.rubocop.yml in rubocop-faker-0.2.0 vs .rubocop.yml in rubocop-faker-1.0.0
- old
+ new
@@ -60,9 +60,12 @@
- 'def_node_matcher'
Lint/BooleanSymbol:
Enabled: false
+Metrics/AbcSize:
+ Max: 20
+
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- '**/*.rake'
- 'spec/**/*.rb'