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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-04 06:08:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-04 06:08:52 +0300
commit7e96b8ca7aca03af3c66d00c83eff81a3273c107 (patch)
tree1737459ce8db5b0c99694934ef4c48bf1323f391 /.rubocop.yml
parente3bac3b0e2bcc39ba899bc38d946ceb6921b7c14 (diff)
Add latest changes from gitlab-org/gitlab@master
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 223ce2c04c5..21e2f8f2827 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -45,6 +45,7 @@ AllCops:
- 'file_hooks/**/*'
- 'workhorse/**/*'
- 'shared/packages/**/*'
+ - 'spec/support/*.git/**/*' # e.g. spec/support/gitlab-git-test.git
- 'db/ci_migrate/*.rb' # since the `db/ci_migrate` is a symlinked to `db/migrate`
# Use absolute path to avoid orphan directories with changed workspace root.
CacheRootDirectory: <%= Dir.getwd %>/tmp