mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
build(PVS): exclude build directory
This is to prevent reports on generated files.
This commit is contained in:
@@ -375,6 +375,7 @@ run_analysis() {(
|
|||||||
--threads "$(get_jobs_num)" \
|
--threads "$(get_jobs_num)" \
|
||||||
--exclude-path src/cjson \
|
--exclude-path src/cjson \
|
||||||
--exclude-path src/xdiff \
|
--exclude-path src/xdiff \
|
||||||
|
--exclude-path build \
|
||||||
--output-file PVS-studio.log \
|
--output-file PVS-studio.log \
|
||||||
--file build/compile_commands.json \
|
--file build/compile_commands.json \
|
||||||
--sourcetree-root . || true
|
--sourcetree-root . || true
|
||||||
|
Reference in New Issue
Block a user