.rubocop.yml in futex-0.8.2 vs .rubocop.yml in futex-0.8.3
- old
+ new
@@ -11,10 +11,10 @@
Metrics/BlockLength:
Max: 30
Metrics/MethodLength:
Max: 50
Metrics/ClassLength:
- Max: 150
+ Max: 180
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/ParameterLists: