mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
exclude public directory from RuboCop
This commit is contained in:
@@ -6,6 +6,7 @@ AllCops:
|
||||
- 'bundle/**/*'
|
||||
- 'vendor/**/*'
|
||||
- 'node_modules/**/*'
|
||||
- 'public/**/*'
|
||||
|
||||
# Prefer &&/|| over and/or.
|
||||
Style/AndOr:
|
||||
|
||||
Reference in New Issue
Block a user