Rubocop config

This commit is contained in:
David Schärer 2024-07-15 14:37:54 +02:00
parent 1a3d172fe5
commit 216089a3e7
3 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,7 @@
require:
- rubocop-capybara
- rubocop-rails
AllCops:
Exclude:
- 'config/**/*.rb'
@ -7,6 +11,7 @@ AllCops:
- 'bin/rake'
- 'bin/rails'
- 'bin/setup'
NewCops: enable
Style/Documentation:
enabled: false
Enabled: false