Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-01-23 18:42:58 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-25 14:33:20 +0300
commit5fd950db21a6967a451f9618318c2a26296873d4 (patch)
tree7815a6923ed802cb8cc9f0740fc47163231b3460 /.rubocop.yml
parenteab9ffeff66c6ab6f7cad3c507640e75f8c8762f (diff)
Cache rubocop cache for CI
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9adc2fae7a8..563a00db6c0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -17,6 +17,7 @@ AllCops:
- 'bin/**/*'
- 'generator_templates/**/*'
- 'builds/**/*'
+ CacheRootDirectory: tmp
# Gitlab ###################################################################