a11yist/.rubocop.yml

17 lines
263 B
YAML
Raw Normal View History

2024-07-15 14:37:54 +02:00
require:
- rubocop-capybara
- rubocop-rails
2024-07-15 14:31:54 +02:00
AllCops:
Exclude:
- 'config/**/*.rb'
- 'db/**/*.rb'
- 'vendor/**/*.rb'
- 'bin/bundle'
- 'bin/rake'
- 'bin/rails'
- 'bin/setup'
2024-07-15 14:37:54 +02:00
NewCops: enable
2024-07-15 14:31:54 +02:00
Style/Documentation:
2024-07-15 14:37:54 +02:00
Enabled: false