summaryrefslogtreecommitdiff
path: root/.projections.json.example
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-18 09:45:46 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-18 09:45:46 +0000
commita7b3560714b4d9cc4ab32dffcd1f74a284b93580 (patch)
tree7452bd5c3545c2fa67a28aa013835fb4fa071baf /.projections.json.example
parentee9173579ae56a3dbfe5afe9f9410c65bb327ca7 (diff)
downloadgitlab-ce-a7b3560714b4d9cc4ab32dffcd1f74a284b93580.tar.gz
Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42
Diffstat (limited to '.projections.json.example')
-rw-r--r--.projections.json.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/.projections.json.example b/.projections.json.example
index 19ded7eba98..eff09c73140 100644
--- a/.projections.json.example
+++ b/.projections.json.example
@@ -31,6 +31,14 @@
"alternate": "lib/api/{}.rb",
"type": "test"
},
+ "rubocop/cop/*.rb": {
+ "alternate": "spec/rubocop/cop/{}_spec.rb",
+ "type": "source"
+ },
+ "spec/rubocop/cop/*_spec.rb": {
+ "alternate": "rubocop/cop/{}.rb",
+ "type": "test"
+ },
"ee/lib/api/*.rb": {
"alternate": "ee/spec/requests/api/{}_spec.rb",
"type": "source"