.rubocop.yml in henkei-1.28.5.2 vs .rubocop.yml in henkei-2.2.0.1
- old
+ new
@@ -1,13 +1,7 @@
-require:
- - rubocop-performance
- - rubocop-rake
- - rubocop-rspec
-
AllCops:
NewCops: enable
- TargetRubyVersion: 3.0
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
Layout/LineLength:
@@ -32,15 +26,9 @@
Exclude:
- 'spec/**/*'
Metrics/MethodLength:
Max: 15
-
-RSpec/ExampleLength:
- Max: 12
-
-RSpec/MultipleExpectations:
- Max: 4
Style/ClassVars:
Enabled: false
Style/DoubleNegation: