Skip to content

Commit

Permalink
merge bitcoin#25713: run clang-tidy in quiet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Feb 14, 2025
1 parent 5647652 commit 104ba87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/dash/build_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ if [ -n "$USE_VALGRIND" ]; then
fi

if [ "${RUN_TIDY}" = "true" ]; then
set -eo pipefail
cd src
run-clang-tidy "${MAKEJOBS}"
( run-clang-tidy -quiet "${MAKEJOBS}" ) | grep -C5 "error"
cd ..
iwyu_tool.py \
"src/compat" \
Expand Down

0 comments on commit 104ba87

Please sign in to comment.