a11yist/.rubocop.yml

21 lines
340 B
YAML
Raw Permalink Normal View History

2024-09-05 22:54:38 +02:00
inherit_gem:
rubocop-rails-omakase: rubocop.yml
2024-07-15 14:37:54 +02:00
require:
- rubocop-capybara
- rubocop-rails
2024-07-15 14:31:54 +02:00
AllCops:
Exclude:
- '.bundle/**/*.rb'
2024-07-15 14:31:54 +02:00
- '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