Exclude plugins from RuboCop checks
Since official plugins are now in the discourse_test image, rubocop catches issues in plugins. This is a temporary measure.
This commit is contained in:
parent
a8793d0d9a
commit
73bce82c82
|
@ -7,6 +7,7 @@ AllCops:
|
|||
- 'vendor/**/*'
|
||||
- 'node_modules/**/*'
|
||||
- 'public/**/*'
|
||||
- 'plugins/**/*'
|
||||
|
||||
# Prefer &&/|| over and/or.
|
||||
Style/AndOr:
|
||||
|
|
Loading…
Reference in New Issue