summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-06-20 15:14:55 +0200
committerKamil Trzciński <ayufan@ayufan.eu>2019-06-20 15:14:55 +0200
commit60bb18f4bb61ff0d67bc5ad061442e450d4d2619 (patch)
tree96164270488829378a6143579a39f84a6f2cfb2a
parent81bfee93f2c9dc0fc2c806ebb2908f77e05128af (diff)
downloadgitlab-ce-add-rubocopy-thread_safety-checks.tar.gz
Disable ThreadSafety for spec|qaadd-rubocopy-thread_safety-checks
-rw-r--r--.rubocop.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 26f207b3155..4453b4014df 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -217,4 +217,6 @@ ThreadSafety/NewThread:
Enabled: true
Exclude:
- 'db/post_migrate/**/*'
- - 'db/migrate/**/*' \ No newline at end of file
+ - 'db/migrate/**/*'
+ - 'spec/**/*'
+ - 'qa/**/*'