exclude public directory from RuboCop

This commit is contained in:
Gerhard Schlager 2017-11-02 20:24:59 +01:00
parent 05a61fa8e1
commit a6b0e627cd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ AllCops:
- 'bundle/**/*'
- 'vendor/**/*'
- 'node_modules/**/*'
- 'public/**/*'
# Prefer &&/|| over and/or.
Style/AndOr: