exclude public directory from RuboCop
This commit is contained in:
parent
05a61fa8e1
commit
a6b0e627cd
|
@ -6,6 +6,7 @@ AllCops:
|
|||
- 'bundle/**/*'
|
||||
- 'vendor/**/*'
|
||||
- 'node_modules/**/*'
|
||||
- 'public/**/*'
|
||||
|
||||
# Prefer &&/|| over and/or.
|
||||
Style/AndOr:
|
||||
|
|
Loading…
Reference in New Issue