We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f816b93 commit 4f877a6Copy full SHA for 4f877a6
Dangerfile
@@ -673,7 +673,7 @@ if commits > 1
673
if git.commits.any? { |c| c.message =~ /^Merge branch/ || c.message =~ /^Merge remote-tracking branch/ }
674
fail(
675
"danger check: pull request contains merge commits! "\
676
- "Please, rebase your branch to get rid of them:\n"\
+ "Please, rebase your branch to get rid of them: "\
677
"`git rebase master #{github.branch_for_head}`"
678
)
679
else
0 commit comments