Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Sep 1, 2024
1 parent 83dbcd7 commit c7ae3fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code-quality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ fi | grep '\.*pp$')
echo

if [ ! -z "${files}" ]; then
echo Format and tidy $(echo "${files}" | wc -w) file(s)
file_count=$(echo "${files}" | wc -w)
echo "Format and tidy ${file_count} file(s)"
clang-format -i $files
git diff --exit-code
clang-tidy -p ${build_path} $files
Expand Down

0 comments on commit c7ae3fd

Please sign in to comment.