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:
|
2024-07-16 20:22:59 +02:00
|
|
|
- '.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
|