Ignore BlockLength for schema, spec and config

This commit is contained in:
Thor77 2018-11-19 15:25:46 +01:00
parent 46b4f27b5e
commit c0839bb89e
1 changed files with 8 additions and 0 deletions

View File

@ -30,3 +30,11 @@ Metrics/AbcSize:
Exclude:
- "db/migrate/*"
Max: 20
Metrics/BlockLength:
ExcludedMethods:
- "namespace"
- "create_table"
Exclude:
- "config/**/*.rb"
- "spec/**/*.rb"