exclude public directory from RuboCop

This commit is contained in:
Gerhard Schlager
2017-11-02 20:31:04 +01:00
parent 05a61fa8e1
commit a6b0e627cd
+1
View File
@@ -6,6 +6,7 @@ AllCops:
- 'bundle/**/*'
- 'vendor/**/*'
- 'node_modules/**/*'
- 'public/**/*'
# Prefer &&/|| over and/or.
Style/AndOr: