This commit is contained in:
2026-05-06 20:15:52 +02:00
parent 46de804a63
commit 5891729691
8 changed files with 73 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
inherit_gem:
rubocop-rails-omakase: rubocop.yml
AllCops:
NewCops: enable
TargetRubyVersion: 3.2
Exclude:
- "bin/**/*"
- "db/**/*"
- "config/**/*"
- "vendor/**/*"
- "node_modules/**/*"