aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-09-24 03:26:31 -0700
committerJustin M. Keyes <justinkz@gmail.com>2021-09-24 03:26:31 -0700
commit03ed72642ddfe6a603673efdc0998a154e581b88 (patch)
treec03b9ac0c3d10ea7a2e5a5c203ab32b2250d6855
parent508fcdadb7f56da9c556727bfa414b5411912255 (diff)
downloadrneovim-03ed72642ddfe6a603673efdc0998a154e581b88.tar.gz
rneovim-03ed72642ddfe6a603673efdc0998a154e581b88.tar.bz2
rneovim-03ed72642ddfe6a603673efdc0998a154e581b88.zip
fix(pvs): Exclude xdiff from analysis
ref 088161a9459a ref fbe88ef8f5a4
-rwxr-xr-xscripts/pvscheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh
index 0f8f1ad266..904ff81700 100755
--- a/scripts/pvscheck.sh
+++ b/scripts/pvscheck.sh
@@ -373,7 +373,7 @@ run_analysis() {(
analyze \
--lic-file PVS-Studio.lic \
--threads "$(get_jobs_num)" \
- --exclude-path src/nvim/xdiff \
+ --exclude-path src/xdiff \
--output-file PVS-studio.log \
--file build/compile_commands.json \
--sourcetree-root . || true