.rubocop.yml in henkei-2.4.0.1 vs .rubocop.yml in henkei-2.4.0.2
- old
+ new
@@ -1,8 +1,12 @@
+require:
+ - rubocop-rake
+ - rubocop-rspec
+
AllCops:
NewCops: enable
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 2.7
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
Layout/LineLength:
@@ -27,9 +31,15 @@
Exclude:
- 'spec/**/*'
Metrics/MethodLength:
Max: 15
+
+RSpec/ExampleLength:
+ Max: 10
+
+RSpec/MultipleExpectations:
+ Max: 3
Style/ClassVars:
Enabled: false
Style/DoubleNegation: