.rubocop.yml in svmkit-0.2.4 vs .rubocop.yml in svmkit-0.2.5

- old
+ new

@@ -1,12 +1,13 @@ -#AllCops: -# TargetRubyVersion: 2.3 +inherit_from: .rubocop_todo.yml +AllCops: + TargetRubyVersion: 2.2 + DisplayCopNames: true + DisplayStyleGuide: true + Documentation: Enabled: false - -Metrics/AbcSize: - Max: 30 Metrics/LineLength: Max: 120 IgnoredPatterns: ['(\A|\s)#']