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 973a7c56d8c..bc0c8790fd7 100644
--- a/.projections.json.example
+++ b/.projections.json.example
@@ -136,6 +136,14 @@
"alternate": "rubocop/cop/{}.rb",
"type": "test"
},
+ "tooling/*.rb": {
+ "alternate": "spec/tooling/{}_spec.rb",
+ "type": "source"
+ },
+ "spec/tooling/*_spec.rb": {
+ "alternate": "tooling/{}.rb",
+ "type": "test"
+ },
"ee/lib/api/*.rb": {
"alternate": "ee/spec/requests/api/{}_spec.rb",
"type": "source"