Skip to content

Commit 37ed473

Browse files
committed
Give a positive message if whitespace check passes
It's a little unnerving to have a silent command block in buildkite, so let's output a success message if everything is on the up-and-up
1 parent 3af41cf commit 37ed473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/check-whitespace.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ if git --no-pager grep --color -n --full-name -e ' $' -- $file_patterns; then
3535
echo "and then a forced push of the correct branch"
3636
exit 1
3737
fi
38+
39+
echo "Whitespace check found no issues"

0 commit comments

Comments
 (0)