File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ if commits > 1
658
658
else
659
659
warn (
660
660
"danger check: pull request contains #{ commits } commits while most of the cases it should have only one.\n " \
661
- "If it's not a special case you should squash commits into single one.\n " \
661
+ "If it's not a special case you should ** squash the commits** into single one.\n " \
662
662
"You can read how to do it here: https://davidwalsh.name/squash-commits-git\n " \
663
663
"But be careful because **it can destroy** all your changes!"
664
664
)
668
668
if github . branch_for_head !~ /^gh[0-9]+_/
669
669
warn ( "danger check: branch `#{ github . branch_for_head } ` does not comply with our best practices. " \
670
670
"Branch name should use the following scheme: `ghXXX_meaningful-name` where `XXX` is an issue number. " \
671
- "Next time, please, use this scheme :)"
671
+ "** Next time** , please, use this scheme :)"
672
672
)
673
673
end
674
674
You can’t perform that action at this time.
0 commit comments