a11yist/.rubocop.yml
2024-07-15 14:37:54 +02:00

17 lines
No EOL
263 B
YAML

require:
- rubocop-capybara
- rubocop-rails
AllCops:
Exclude:
- 'config/**/*.rb'
- 'db/**/*.rb'
- 'vendor/**/*.rb'
- 'bin/bundle'
- 'bin/rake'
- 'bin/rails'
- 'bin/setup'
NewCops: enable
Style/Documentation:
Enabled: false