.rubocop.yml in ndr_support-3.2.0 vs .rubocop.yml in ndr_support-3.2.1
- old
+ new
@@ -19,9 +19,11 @@
# ...
LineLength:
Max: 99
# Relax some of the cops for tests
-Metrics/ClassLength: &exclude_tests
+Metrics/ClassLength:
Exclude:
- test/**/*.rb
-Metrics/MethodLength: *exclude_tests
+Metrics/MethodLength:
+ Exclude:
+ - test/**/*.rb