Skip to content
代码片段 群组 项目
未验证 提交 206242b4 编辑于 作者: Kassio Borges's avatar Kassio Borges
浏览文件

Add Rubocop files to projectionist

上级 0a3578e2
No related branches found
No related tags found
无相关合并请求
...@@ -31,6 +31,14 @@ ...@@ -31,6 +31,14 @@
"alternate": "lib/api/{}.rb", "alternate": "lib/api/{}.rb",
"type": "test" "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": { "ee/lib/api/*.rb": {
"alternate": "ee/spec/requests/api/{}_spec.rb", "alternate": "ee/spec/requests/api/{}_spec.rb",
"type": "source" "type": "source"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册