build(PVS): exclude build directory

This is to prevent reports on generated files.
This commit is contained in:
dundargoc 2023-10-07 22:00:29 +02:00 committed by dundargoc
parent 506d119c16
commit 6823fdb20b

View File

@ -375,6 +375,7 @@ run_analysis() {(
--threads "$(get_jobs_num)" \
--exclude-path src/cjson \
--exclude-path src/xdiff \
--exclude-path build \
--output-file PVS-studio.log \
--file build/compile_commands.json \
--sourcetree-root . || true