.rubocop.yml in foreplay-0.9.11 vs .rubocop.yml in foreplay-0.9.12
- old
+ new
@@ -40,9 +40,9 @@
Max: 120
Enabled: true
MethodLength:
Description: 'Avoid methods longer than 10 lines of code.'
- Max: 18 # 27 # 85
+ Max: 14 # 18 # 27 # 85
AbcSize:
- Max: 23 # 62
+ Max: 21 # 23 # 62