Files
dotenv/rubocop.yml
2025-06-27 12:18:36 +02:00

9 lines
131 B
YAML

AllCops:
NewCops: enable
TargetRubyVersion: 3.4
Exclude:
- db/migrate/*
- db/schema.rb
- bin/*
- vendor/**/*