.rubocop.yml in svmkit-0.2.9 vs .rubocop.yml in svmkit-0.3.0
- old
+ new
@@ -1,16 +1,16 @@
inherit_from: .rubocop_todo.yml
AllCops:
- TargetRubyVersion: 2.2
+ TargetRubyVersion: 2.1
DisplayCopNames: true
DisplayStyleGuide: true
Documentation:
Enabled: false
Metrics/LineLength:
- Max: 140
+ Max: 145
IgnoredPatterns: ['(\A|\s)#']
Metrics/ModuleLength:
Max: 200