diff --git a/run-clang-tidy.sh b/run-clang-tidy.sh index 433d9a3c7c..b7a023a9e4 100755 --- a/run-clang-tidy.sh +++ b/run-clang-tidy.sh @@ -52,6 +52,8 @@ if [ -z $needs_fixes ]; then exit 0 fi +cat ct-warnings.txt + echo -e "\n\nclang-tidy warnings for: $faulty_files\n" echo "Please fix them. Or, if completely unrelated, let us know."