mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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