We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7621a10 commit fd85f81Copy full SHA for fd85f81
1 file changed
clang-tidy-diff.sh
@@ -5,6 +5,7 @@
5
# the test in this case.
6
if [ ! -f compile_commands.json ]
7
then
8
+ echo "Compilation database file does not exist. Skipping clang-tidy test."
9
exit 0
10
fi
11
0 commit comments