该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 14, 2022
-
-
由 Peter Leitzen 创作于
The major changes here are: 1. Inherit from `RuboCop::Cop::Base`, not `RuboCop::Cop::Cop`. 2. New auto-correction style - `extend RuboCop::Cop::AutoCorrector`, pass a block to `add_offense` rather than defining an `autocorrect` method. 3. `add_offense` no longer takes a `location` keyword argument. 4. Specs should not set `subject(:cop)` as that will be done automatically, and will use the config correctly.
-
- 8月 23, 2022
-
-
由 Luke Duncalfe 创作于
The property had been renamed to `_deprecated_feature_flag` earlier. This change removes it altogether and all code that was supporting it. https://gitlab.com/gitlab-org/gitlab/-/issues/369202
-
- 8月 05, 2022
-
-
由 Luke Duncalfe 创作于
Mutations are considered the same abstraction level as the REST API.
-
- 12月 15, 2021
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 03, 2021
-
-
- 6月 16, 2021
-
-
由 Rémy Coutable 创作于
-
- 6月 12, 2021
-
-
由 Kyle Wiebers 创作于
This reverts commit 37915bb5, reversing changes made to 16ecd9f6.
-
- 6月 11, 2021
-
-
由 Rémy Coutable 创作于
-
- 9月 12, 2019
-
-
由 Peter Leitzen 创作于
`(const nil :Foo)` vs `(const nil? :Foo)`
-
- 9月 11, 2018
-
-
由 Yorick Peterse 创作于
These Cops enforces the code reuse rules as defined in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21254.
-
由 Yorick Peterse 创作于
These Cops enforces the code reuse rules as defined in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21254.
-