mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
pvscheck: Also provide source tree root to plog-converter
This commit is contained in:
parent
65d0b8ed32
commit
6b84f7813c
@ -361,10 +361,10 @@ run_analysis() {(
|
||||
--file build/compile_commands.json \
|
||||
--sourcetree-root . || true
|
||||
|
||||
plog-converter -t xml -o PVS-studio.xml PVS-studio.log
|
||||
plog-converter -t errorfile -o PVS-studio.err PVS-studio.log
|
||||
plog-converter -t tasklist -o PVS-studio.tsk PVS-studio.log
|
||||
plog-converter -t fullhtml -o PVS-studio.html.d PVS-studio.log
|
||||
plog-converter -r . -t xml -o PVS-studio.xml PVS-studio.log
|
||||
plog-converter -r . -t errorfile -o PVS-studio.err PVS-studio.log
|
||||
plog-converter -r . -t tasklist -o PVS-studio.tsk PVS-studio.log
|
||||
plog-converter -r . -t fullhtml -o PVS-studio.html.d PVS-studio.log
|
||||
)}
|
||||
|
||||
detect_url() {
|
||||
|
Loading…
Reference in New Issue
Block a user