aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-10-07 22:00:29 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-10-07 22:02:30 +0200
commit6823fdb20b1330142506410a62474166f646bf13 (patch)
treecc6370d8b085f14919062efb6dcc4c875337da53
parent506d119c16135b3bb352c2dad1c902646c18de75 (diff)
downloadrneovim-6823fdb20b1330142506410a62474166f646bf13.tar.gz
rneovim-6823fdb20b1330142506410a62474166f646bf13.tar.bz2
rneovim-6823fdb20b1330142506410a62474166f646bf13.zip
build(PVS): exclude build directory
This is to prevent reports on generated files.
-rwxr-xr-xscripts/pvscheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh
index 97757c0848..81f309aeb3 100755
--- a/scripts/pvscheck.sh
+++ b/scripts/pvscheck.sh
@@ -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