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

RuboCop: Remove excludes for non-existent paths

This speeds up RuboCop matching files because we have less patterns.

- db/schema.rb was removed in 2022
- plugins/ was removed in 2021
- db/ci_migrate was removed in 2021
上级 fa2a9ecd
No related branches found
No related tags found
无相关合并请求
......@@ -36,17 +36,14 @@ AllCops:
- 'vendor/**/*'
- 'node_modules/**/*'
- 'db/fixtures/**/*'
- 'db/schema.rb'
- 'tmp/**/*'
- 'bin/**/*'
- 'generator_templates/**/*'
- 'builds/**/*'
- 'plugins/**/*'
- 'file_hooks/**/*'
- 'workhorse/**/*'
- 'shared/packages/**/*'
- 'spec/support/*.git/**/*' # e.g. spec/support/gitlab-git-test.git
- 'db/ci_migrate/*.rb' # since the `db/ci_migrate` is a symlinked to `db/migrate`
# projects_controller.rb is used for testing LLM response and is very sensitive to whitespaces.
- 'ee/spec/fixtures/llm/projects_controller.rb'
# Adding this specifically for a large revert: !118368
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册