mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:32:45 +08:00
exclude public directory from RuboCop
This commit is contained in:
parent
05a61fa8e1
commit
a6b0e627cd
|
@ -6,6 +6,7 @@ AllCops:
|
||||||
- 'bundle/**/*'
|
- 'bundle/**/*'
|
||||||
- 'vendor/**/*'
|
- 'vendor/**/*'
|
||||||
- 'node_modules/**/*'
|
- 'node_modules/**/*'
|
||||||
|
- 'public/**/*'
|
||||||
|
|
||||||
# Prefer &&/|| over and/or.
|
# Prefer &&/|| over and/or.
|
||||||
Style/AndOr:
|
Style/AndOr:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user