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