From 0350247130dd425f30ee484b8afea02c20586de6 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 18 Nov 2019 16:00:18 +0000 Subject: [PATCH] DEV: Exclude plugin specs when running chdir cop --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index dc0fd5cceb2..9a5cd47be77 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -136,3 +136,4 @@ DiscourseCops/NoChdir: Enabled: true Exclude: - 'spec/**/*' # Specs are run sequentially, so chdir can be used + - 'plugins/*/spec/**/*'