diff options
author | ZyX <kp-pav@yandex.ru> | 2018-04-02 00:10:08 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2018-04-02 00:15:31 +0300 |
commit | 65d0b8ed32ac0a3123d93d2f78e4c236aa76283d (patch) | |
tree | 39c490a6caf7f2a76e43304256296ea8616bff9c | |
parent | 7eceac218e8c8c8e10ff2a5461870ecfaba3fd42 (diff) | |
download | rneovim-65d0b8ed32ac0a3123d93d2f78e4c236aa76283d.tar.gz rneovim-65d0b8ed32ac0a3123d93d2f78e4c236aa76283d.tar.bz2 rneovim-65d0b8ed32ac0a3123d93d2f78e4c236aa76283d.zip |
pvscheck: Also produce fullhtml reports
-rwxr-xr-x | scripts/pvscheck.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh index 84b42c2bae..ba7d87e983 100755 --- a/scripts/pvscheck.sh +++ b/scripts/pvscheck.sh @@ -364,6 +364,7 @@ run_analysis() {( 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 )} detect_url() { |