mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
build(PVS): exclude build directory
This is to prevent reports on generated files.
This commit is contained in:
parent
506d119c16
commit
6823fdb20b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user