Commit 5a4bf1fb authored by Thong Kuah's avatar Thong Kuah

Merge branch 'kassio/add-rubocop-files-to-projectionist' into 'master'

Add Rubocop files to projectionist

See merge request gitlab-org/gitlab!79046
parents 79df517e 206242b4
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment