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

Danger: Skip any Danger rules related to RuboCop in revert MRs

上级 119f5a3b
No related branches found
No related tags found
无相关合并请求
# frozen_string_literal: true
# Skip any unactionable RuboCop rules when an MR is reverted.
return if helper.revert_mr? && !helper.stable_branch?
rubocop.execute_inline_disable_suggestor
rubocop.execute_todo_suggestor
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册