mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 12:17:17 +08:00
DEV: Exclude plugin specs when running chdir cop
This commit is contained in:
@ -136,3 +136,4 @@ DiscourseCops/NoChdir:
|
||||
Enabled: true
|
||||
Exclude:
|
||||
- 'spec/**/*' # Specs are run sequentially, so chdir can be used
|
||||
- 'plugins/*/spec/**/*'
|
||||
|
Reference in New Issue
Block a user