.rubocop.yml in vars-0.0.1 vs .rubocop.yml in vars-0.0.2
- old
+ new
@@ -18,9 +18,12 @@
Layout/IndentationConsistency:
Enabled: true
EnforcedStyle: rails
+Metrics/MethodLength:
+ Max: 20
+
Metrics/LineLength:
Max: 120
Metrics/AbcSize:
Max: 20