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:
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"