We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3525e0 commit 3399f88Copy full SHA for 3399f88
1 file changed
clang-tidy-diff.sh
@@ -5,7 +5,7 @@ MERGE_BASE=$(git merge-base master HEAD)
5
TIDY_MSG=$(git diff -U0 $MERGE_BASE | $CLANG_TIDY_DIFF -quiet -p1 2> /dev/null)
6
if [ -n "$TIDY_MSG" -a "$TIDY_MSG" != "No relevant changes found." ]
7
then
8
- echo "Run clang-tidy before committing!"
+ echo "Fix clang-tidy errors before committing!"
9
echo
10
# Run clang-tidy once again to show the error
11
git diff -U0 $MERGE_BASE | $CLANG_TIDY_DIFF -quiet -p1
0 commit comments