mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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)" \
|
||||
--exclude-path src/cjson \
|
||||
--exclude-path src/xdiff \
|
||||
--exclude-path build \
|
||||
--output-file PVS-studio.log \
|
||||
--file build/compile_commands.json \
|
||||
--sourcetree-root . || true
|
||||
|
Reference in New Issue
Block a user