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:
Penar Musaraj 2019-06-14 10:06:26 -04:00
parent a8793d0d9a
commit 73bce82c82
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ AllCops:
- 'vendor/**/*'
- 'node_modules/**/*'
- 'public/**/*'
- 'plugins/**/*'
# Prefer &&/|| over and/or.
Style/AndOr: