Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 14, 2022
    • Peter Leitzen's avatar
      Update existing cops · 5384c9b2
      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.
      5384c9b2
  2. 8月 23, 2022
  3. 8月 05, 2022
  4. 12月 15, 2021
  5. 12月 03, 2021
  6. 6月 16, 2021
  7. 6月 12, 2021
  8. 6月 11, 2021
  9. 9月 12, 2019
  10. 9月 11, 2018
加载中