DEV: Exclude plugin specs when running chdir cop

This commit is contained in:
David Taylor 2019-11-18 16:00:18 +00:00
parent eaf6096890
commit 0350247130
1 changed files with 1 additions and 0 deletions

View File

@ -136,3 +136,4 @@ DiscourseCops/NoChdir:
Enabled: true
Exclude:
- 'spec/**/*' # Specs are run sequentially, so chdir can be used
- 'plugins/*/spec/**/*'