.rubocop.yml in tjson-0.1.0 vs .rubocop.yml in tjson-0.2.0
- old
+ new
@@ -19,9 +19,12 @@
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
+Metrics/PerceivedComplexity:
+ Enabled: false
+
Metrics/ClassLength:
Max: 100
Metrics/MethodLength:
Max: 25