fix(pvs): Exclude xdiff from analysis

ref 088161a945
ref fbe88ef8f5
This commit is contained in:
Justin M. Keyes 2021-09-24 03:26:31 -07:00
parent 508fcdadb7
commit 03ed72642d

View File

@ -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