diff --git a/danger/rubocop/Dangerfile b/danger/rubocop/Dangerfile index 4113124169175a14f0b9b010040dd9cab474132e..b43a1042bd51174e8d0144fd739d5187bc48a158 100644 --- a/danger/rubocop/Dangerfile +++ b/danger/rubocop/Dangerfile @@ -1,5 +1,9 @@ # 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]