Make HoundBot shut (the fuck) up

This commit is contained in:
Daniel Schädler 2018-11-29 12:06:26 +01:00
parent 27a0d9c4b2
commit 5fb0c62246
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Metrics/LineLength:
Metrics/MethodLength:
Exclude:
- "db/migrate/*"
Max: 20
Max: 50
# The guiding principle of classes is SRP, SRP can't be accurately measured by LoC
Metrics/ClassLength:
@ -29,7 +29,7 @@ Metrics/ModuleLength:
Metrics/AbcSize:
Exclude:
- "db/migrate/*"
Max: 20
Max: 50
Metrics/BlockLength:
ExcludedMethods: