aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-10-05 14:02:49 +0200
committerGitHub <noreply@github.com>2021-10-05 05:02:49 -0700
commit6d8cafed40a308543a077dbe32d9fd030e69870d (patch)
tree1edbbc77bfaab2a28a8b8a87c1bbb0fe58a43abc
parenta2734efdc25e2ac9ee4874b8604242e54f016517 (diff)
downloadrneovim-6d8cafed40a308543a077dbe32d9fd030e69870d.tar.gz
rneovim-6d8cafed40a308543a077dbe32d9fd030e69870d.tar.bz2
rneovim-6d8cafed40a308543a077dbe32d9fd030e69870d.zip
ci: exclude lua-cjson from PVS report #15859
-rwxr-xr-xscripts/pvscheck.sh1
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 \