diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-10-05 14:02:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 05:02:49 -0700 |
commit | 6d8cafed40a308543a077dbe32d9fd030e69870d (patch) | |
tree | 1edbbc77bfaab2a28a8b8a87c1bbb0fe58a43abc | |
parent | a2734efdc25e2ac9ee4874b8604242e54f016517 (diff) | |
download | rneovim-6d8cafed40a308543a077dbe32d9fd030e69870d.tar.gz rneovim-6d8cafed40a308543a077dbe32d9fd030e69870d.tar.bz2 rneovim-6d8cafed40a308543a077dbe32d9fd030e69870d.zip |
ci: exclude lua-cjson from PVS report #15859
-rwxr-xr-x | scripts/pvscheck.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |