From 3a20e25f695d0649132285c51115eae5a285ba43 Mon Sep 17 00:00:00 2001 From: Rot127 Date: Wed, 1 May 2024 07:45:31 -0500 Subject: [PATCH] Print warnings for quickly checking them in the CI. --- run-clang-tidy.sh | 2 ++ 1 file changed, 2 insertions(+) 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."