Commit 206242b4 authored by Kassio Borges's avatar Kassio Borges

Add Rubocop files to projectionist

parent 0a3578e2
......@@ -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