.rubocop.yml in nutrella-1.6.0 vs .rubocop.yml in nutrella-1.7.0
- old
+ new
@@ -1,15 +1,17 @@
require:
+ - rubocop-rake
- rubocop-rspec
AllCops:
NewCops: enable
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 3.0
Exclude:
- 'bin/**/*'
+
Layout/LineLength:
Max: 120
# Rubocop and I cannot agree.
Layout/MultilineMethodCallBraceLayout:
@@ -18,9 +20,12 @@
Metrics/BlockLength:
Enabled: false
Naming/MemoizedInstanceVariableName:
EnforcedStyleForLeadingUnderscores: required
+
+Rake/Desc:
+ Enabled: false
RSpec/AnyInstance:
Enabled: false
RSpec/ExampleLength: