.rubocop.yml in futex-0.1.0 vs .rubocop.yml in futex-0.2.0
- old
+ new
@@ -10,7 +10,9 @@
Max: 30
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
+Metrics/ParameterLists:
+ Max: 10
Layout/AlignParameters:
Enabled: false