.rubocop.yml in hawkei-1.0.0 vs .rubocop.yml in hawkei-1.1.0
- old
+ new
@@ -2,10 +2,10 @@
Max: 24
Metrics/LineLength:
Max: 120
Metrics/ClassLength:
CountComments: false
- Max: 120
+ Max: 200
Metrics/MethodLength:
CountComments: false
Max: 20
Metrics/CyclomaticComplexity:
Max: 7