ci: exclude lua-cjson from PVS report #15859

This commit is contained in:
dundargoc 2021-10-05 14:02:49 +02:00 committed by GitHub
parent a2734efdc2
commit 6d8cafed40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,6 +373,7 @@ run_analysis() {(
analyze \
--lic-file PVS-Studio.lic \
--threads "$(get_jobs_num)" \
--exclude-path src/cjson \
--exclude-path src/xdiff \
--output-file PVS-studio.log \
--file build/compile_commands.json \