.rubocop.yml in rails-interactive-2.1.2 vs .rubocop.yml in rails-interactive-2.1.3
- old
+ new
@@ -17,6 +17,12 @@
Metrics/MethodLength:
Max: 12
Metrics/CyclomaticComplexity:
- Max: 25
+ Max: 25
+
+Metrics/PerceivedComplexity:
+ Max: 10
+
+Metrics/AbcSize:
+ Enabled: false
\ No newline at end of file