mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
pvscheck.sh: Remove --verbose flag #10473
pvscheck.sh gives error: Flag could not be matched: verbose
This commit is contained in:

committed by
Justin M. Keyes

parent
6eab3b9250
commit
dd94165f4e
@@ -369,7 +369,6 @@ run_analysis() {(
|
|||||||
analyze \
|
analyze \
|
||||||
--threads "$(get_jobs_num)" \
|
--threads "$(get_jobs_num)" \
|
||||||
--output-file PVS-studio.log \
|
--output-file PVS-studio.log \
|
||||||
--verbose \
|
|
||||||
--file build/compile_commands.json \
|
--file build/compile_commands.json \
|
||||||
--sourcetree-root . || true
|
--sourcetree-root . || true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user