DEV: Re-enable Rubocop checks for plugins

But exclude gems in plugins.
This commit is contained in:
Penar Musaraj 2019-07-30 09:09:00 -04:00
parent 03d28342f8
commit 4d1d8b40db

View File

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