.rubocop.yml in waylon-wordle-0.1.1 vs .rubocop.yml in waylon-wordle-0.1.2
- old
+ new
@@ -1,7 +1,9 @@
AllCops:
TargetRubyVersion: 3.1
NewCops: enable
+ Exclude:
+ - "bin/hacky-hack"
Style/MixinUsage:
Exclude:
- "bin/console"
- old
+ new