Make clang-tidy calls less noisy

This commit is contained in:
Gunter Labes 2024-12-03 11:03:21 +01:00 committed by Subhraman Sarkar
parent 482c2817f9
commit ee84633273

View file

@ -97,7 +97,7 @@ jobs:
build cdb
# disable all warnings since we have coverage on them in a standard build, and clang-tidy
# triggers false positive compiler warnings that clang itself won't
run-clang-tidy -use-color -j 2 -extra-arg="-w" '^(?!.*src/modules/|.*build/)' -warnings-as-errors='*'
run-clang-tidy -quiet -use-color -j 2 -extra-arg="-w" -warnings-as-errors='*' '^(?!.*src/modules/|.*build/)'
apt remove -y -qq libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev