.rubocop.yml in lite-uxid-1.0.8 vs .rubocop.yml in lite-uxid-1.1.0
- old
+ new
@@ -1,11 +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
@@ -29,9 +29,11 @@
Metrics/BlockLength:
Exclude:
- 'spec/**/**/*'
- '*.gemspec'
RSpec/MultipleExpectations:
+ Enabled: false
+Style/ArgumentsForwarding:
Enabled: false
Style/Documentation:
Enabled: false
Style/ExpandPathArguments:
Enabled: false