Skip to content

Commit

Permalink
Print warnings for quickly checking them in the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed May 1, 2024
1 parent ca84e4e commit 3a20e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down

0 comments on commit 3a20e25

Please sign in to comment.