.rubocop.yml in sec_id-3.0.0 vs .rubocop.yml in sec_id-4.0.0
- old
+ new
@@ -1,13 +1,15 @@
require:
- rubocop-rspec
AllCops:
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 3.1
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: true
+ SuggestExtensions: false
+ NewCops: enable
Layout/LineLength:
Max: 120
Style/Documentation:
@@ -23,9 +25,13 @@
Enabled: true
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
+
+Lint/MissingSuper:
+ AllowedParentClasses:
+ - Base
RSpec/MultipleExpectations:
Max: 5
RSpec/ExampleLength: