Skip to content
代码片段 群组 项目
提交 8193b2c7 编辑于 作者: Doug Stull's avatar Doug Stull 提交者: David Dieulivol
浏览文件

Do not perform check unless in CI and MR is not in draft

- from feedback
上级 9d5f6921
No related branches found
No related tags found
无相关合并请求
# frozen_string_literal: true
# This is noisy for draft MRs, so let's ignore this cop in draft mode since we have
# rubocop watching this as well.
return if helper.draft_mr?
# Danger should not comment when inline disables are added in the following files.
no_suggestions_for_extensions = %w[.md]
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册