diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-18 09:45:46 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-18 09:45:46 +0000 |
commit | a7b3560714b4d9cc4ab32dffcd1f74a284b93580 (patch) | |
tree | 7452bd5c3545c2fa67a28aa013835fb4fa071baf /.projections.json.example | |
parent | ee9173579ae56a3dbfe5afe9f9410c65bb327ca7 (diff) | |
download | gitlab-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.example | 8 |
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" |