.rubocop_todo.yml in mutils-0.2.35 vs .rubocop_todo.yml in mutils-0.2.36
- old
+ new
@@ -31,11 +31,17 @@
# Offense count: 17
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
-Metrics/LineLength:
+Layout/LineLength:
Max: 608
Metrics/MethodLength:
Max: 20
Metrics/AbcSize:
- Max: 20
+ Max: 22
+Style/HashEachMethods:
+ Enabled: false
+Style/HashTransformKeys:
+ Enabled: false
+Style/HashTransformValues:
+ Enabled: false
\ No newline at end of file