.rubocop.yml in acumatica-0.4.0 vs .rubocop.yml in acumatica-0.5.0

- old
+ new

@@ -1,11 +1,14 @@ inherit_from: .rubocop_todo.yml -require: rubocop-rspec +require: + - rubocop-rake + - rubocop-rspec AllCops: - TargetRubyVersion: 2.4 + NewCops: enable + TargetRubyVersion: 2.7 Metrics/BlockLength: Exclude: - acumatica.gemspec - spec/**/*.rb @@ -13,8 +16,11 @@ Metrics/LineLength: Max: 100 Metrics/MethodLength: Max: 15 + +Style/OpenStructUse: + Enabled: false Style/StringLiterals: Enabled: false