.rubocop.yml in openssl-signature_algorithm-1.2.1 vs .rubocop.yml in openssl-signature_algorithm-1.3.0
- old
+ new
@@ -1,8 +1,9 @@
AllCops:
TargetRubyVersion: 2.4
DisabledByDefault: true
+ NewCops: disable
Exclude:
- "gemfiles/**/*"
- "vendor/bundle/**/*"
Bundler:
@@ -17,9 +18,12 @@
Layout/LineLength:
Max: 120
Lint:
Enabled: true
+
+Lint/MissingSuper:
+ Enabled: false
Naming:
Enabled: true
Security: