Skip to content

Commit 3399f88

Browse files
committed
Change error message slightly
1 parent c3525e0 commit 3399f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clang-tidy-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MERGE_BASE=$(git merge-base master HEAD)
55
TIDY_MSG=$(git diff -U0 $MERGE_BASE | $CLANG_TIDY_DIFF -quiet -p1 2> /dev/null)
66
if [ -n "$TIDY_MSG" -a "$TIDY_MSG" != "No relevant changes found." ]
77
then
8-
echo "Run clang-tidy before committing!"
8+
echo "Fix clang-tidy errors before committing!"
99
echo
1010
# Run clang-tidy once again to show the error
1111
git diff -U0 $MERGE_BASE | $CLANG_TIDY_DIFF -quiet -p1

0 commit comments

Comments
 (0)