.rubocop.yml in foreplay-0.9.8 vs .rubocop.yml in foreplay-0.9.9
- old
+ new
@@ -40,16 +40,9 @@
Max: 120
Enabled: true
MethodLength:
Description: 'Avoid methods longer than 10 lines of code.'
- Max: 27 # 85
+ Max: 18 # 27 # 85
-CyclomaticComplexity:
- Description: 'Avoid complex methods.'
- Max: 9
-
-PerceivedComplexity:
- Max: 11 # 17
-
AbcSize:
- Max: 48 # 62
+ Max: 23 # 62