Files
teletypegames/apps/api/.rubocop.yml
T
2026-05-06 20:15:52 +02:00

13 lines
213 B
YAML

inherit_gem:
rubocop-rails-omakase: rubocop.yml
AllCops:
NewCops: enable
TargetRubyVersion: 3.2
Exclude:
- "bin/**/*"
- "db/**/*"
- "config/**/*"
- "vendor/**/*"
- "node_modules/**/*"