From 6d8cafed40a308543a077dbe32d9fd030e69870d Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:02:49 +0200 Subject: ci: exclude lua-cjson from PVS report #15859 --- scripts/pvscheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh index 904ff81700..195a76763f 100755 --- a/scripts/pvscheck.sh +++ b/scripts/pvscheck.sh @@ -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 \ -- cgit