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

Move Include param to .rubocop.yml

Here we're moving the Include param that specifies the list of files
where a cop should run. The param was not working because it should
reside in the `.rubocop.yml` file and not in the rubocop todo file.

I have checked for other such instance and there are not any.
上级 41e0d7fc
No related branches found
No related tags found
无相关合并请求
......@@ -1204,4 +1204,8 @@ Rails/StrongParams:
SafeAutoCorrect: false
Include:
- 'app/controllers/**/*'
- 'ee/app/controllers/**/*'
\ No newline at end of file
- 'ee/app/controllers/**/*'
QA/FabricateUsage:
Include:
- 'qa/qa/specs/**/*_spec.rb'
---
QA/FabricateUsage:
Include:
- 'qa/qa/specs/**/*_spec.rb'
Exclude:
- 'qa/qa/resource/fork.rb'
- 'qa/qa/resource/group_runner.rb'
- 'qa/qa/runtime/search.rb'
- 'qa/qa/support/helpers/mask_token.rb'
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册