.rubocop_todo.yml in sourcescrub-0.0.2 vs .rubocop_todo.yml in sourcescrub-0.0.3
- old
+ new
@@ -20,5 +20,8 @@
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 135
+
+Metrics/BlockLength:
+ Max: 500