.rubocop.yml in ledger_sync-domains-1.0.0.rc4 vs .rubocop.yml in ledger_sync-domains-1.0.0.rc6
- old
+ new
@@ -1,6 +1,15 @@
+inherit_mode:
+ merge:
+ - Exclude
+
AllCops:
- TargetRubyVersion: 3.0
+ TargetRubyVersion: 2.7
+ Exclude:
+ - "Gemfile"
+ - "Rakefile"
+ - "bin/**/*"
+ - "spec/**/*"
Style/StringLiterals:
Enabled: true
EnforcedStyle: single_quotes