.rubocop.yml in jwt-kms-0.1.0 vs .rubocop.yml in jwt-kms-0.2.0
- old
+ new
@@ -1,8 +1,18 @@
+require:
+ - rubocop-rspec
+
AllCops:
TargetRubyVersion: 3.0
+ NewCops: enable
+ SuggestExtensions: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
+
+Metrics/BlockLength:
+ Exclude:
+ - spec/**/*_spec.rb
+ - '*.gemspec'
\ No newline at end of file