.rubocop.yml in jp_quest-0.2.1 vs .rubocop.yml in jp_quest-0.3.0
- old
+ new
@@ -1,7 +1,9 @@
AllCops:
TargetRubyVersion: 3.0
NewCops: enable
+ Exclude:
+ - "bin/**/*"
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
\ No newline at end of file