We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee60f3f commit 1a55765Copy full SHA for 1a55765
Dangerfile
@@ -662,9 +662,8 @@ if commits > 1
662
)
663
else
664
warn(
665
- "danger check: pull request contains #{commits} commits while most of the cases it should have only one.\n"\
666
- "If it's not a special case you should **squash the commits** into single one.\n"\
667
- "You can read how to do it here: https://davidwalsh.name/squash-commits-git\n"\
+ "danger check: pull request contains #{commits} commits while most of the cases it should have only one. "\
+ "If it's not a special case you should [**squash the commits**](https://davidwalsh.name/squash-commits-git) into single one.\n"\
668
"But be careful because **it can destroy** all your changes!"
669
670
end
0 commit comments