.rubocop.yml in lite-validators-1.2.0 vs .rubocop.yml in lite-validators-1.3.0

- old
+ new

@@ -1,10 +1,11 @@ require: - rubocop-performance + - rubocop-rake - rubocop-rspec AllCops: - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.0 NewCops: enable DisplayCopNames: true DisplayStyleGuide: true Gemspec/RequiredRubyVersion: Enabled: false @@ -39,9 +40,11 @@ RSpec/ExampleLength: Enabled: false RSpec/LeakyConstantDeclaration: Enabled: false RSpec/MultipleExpectations: + Enabled: false +Style/ArgumentsForwarding: Enabled: false Style/Documentation: Enabled: false Style/ExpandPathArguments: Enabled: false