.rubocop.yml in choria-colt-0.2.0 vs .rubocop.yml in choria-colt-0.3.0
- old
+ new
@@ -1,5 +1,7 @@
+inherit_from: .rubocop_todo.yml
+
AllCops:
TargetRubyVersion: 2.5
Exclude:
- 'bin/colt'
- 'vendor/**/*'
@@ -7,10 +9,10 @@
Metrics/AbcSize:
Max: 20
Metrics/MethodLength:
- Max: 17
+ Max: 20
Layout/LineLength:
Enabled: false
Style/Documentation: