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/**/*'
|
- 'bundle/**/*'
|
||||||
- 'vendor/**/*'
|
- 'vendor/**/*'
|
||||||
- 'node_modules/**/*'
|
- 'node_modules/**/*'
|
||||||
|
- 'public/**/*'
|
||||||
|
|
||||||
# Prefer &&/|| over and/or.
|
# Prefer &&/|| over and/or.
|
||||||
Style/AndOr:
|
Style/AndOr:
|
||||||
|
|||||||
Reference in New Issue
Block a user