mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +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 \
|
||||
--threads "$(get_jobs_num)" \
|
||||
--output-file PVS-studio.log \
|
||||
--verbose \
|
||||
--file build/compile_commands.json \
|
||||
--sourcetree-root . || true
|
||||
|
||||
|
Reference in New Issue
Block a user