Rubocop config
This commit is contained in:
parent
1a3d172fe5
commit
216089a3e7
3 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue