summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-25 15:12:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-25 15:12:11 +0000
commit82c63f420c7fc2229a44aa336d656a9712884f83 (patch)
tree7ae316f671e194adcbc7712e853e5397bf161a36 /.rubocop.yml
parente5d3d8c323872cb5dee33c5388b3157294c30343 (diff)
downloadgitlab-ce-82c63f420c7fc2229a44aa336d656a9712884f83.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c4f99914174..59ac81bb4de 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -113,6 +113,7 @@ Naming/FileName:
- 'config.ru'
- 'config/**/*'
- 'ee/config/**/*'
+ - 'jh/config/**/*'
- 'db/**/*'
- 'ee/db/**/*'
- 'ee/elastic/migrate/*'
@@ -124,6 +125,7 @@ Naming/FileName:
- 'spec/**/*'
- 'tooling/bin/*'
- 'ee/spec/**/*'
+ - 'jh/spec/**/*'
- 'qa/bin/*'
- 'qa/spec/**/*'
- 'qa/qa/specs/**/*'