.rubocop.yml in binbundle-1.0.8 vs .rubocop.yml in binbundle-1.0.9
- old
+ new
@@ -18,9 +18,15 @@
Max: 120
Metrics/MethodLength:
Max: 40
+Metrics/BlockLength:
+ Max: 40
+
+Metrics/ClassLength:
+ Max: 200
+
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 30