a11yist/.rubocop.yml

12 lines
195 B
YAML
Raw Normal View History

2024-07-15 14:31:54 +02:00
AllCops:
Exclude:
- 'config/**/*.rb'
- 'db/**/*.rb'
- 'vendor/**/*.rb'
- 'bin/bundle'
- 'bin/rake'
- 'bin/rails'
- 'bin/setup'
Style/Documentation:
enabled: false