a11yist/.rubocop.yml

18 lines
No EOL
287 B
YAML

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