mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
chore: PVS/V1042 - ignore warning globally.
V1042 is a warning that a file has a copyleft license, which is an irrelevant warning to open-source projects.
This commit is contained in:
parent
5377b2b00a
commit
9f6989d551
@ -379,7 +379,7 @@ run_analysis() {(
|
|||||||
--sourcetree-root . || true
|
--sourcetree-root . || true
|
||||||
|
|
||||||
rm -rf PVS-studio.{xml,err,tsk,html.d}
|
rm -rf PVS-studio.{xml,err,tsk,html.d}
|
||||||
local plog_args="PVS-studio.log --srcRoot . --excludedCodes V011"
|
local plog_args="PVS-studio.log --srcRoot . --excludedCodes V011,V1042"
|
||||||
plog-converter $plog_args --renderTypes xml --output PVS-studio.xml
|
plog-converter $plog_args --renderTypes xml --output PVS-studio.xml
|
||||||
plog-converter $plog_args --renderTypes errorfile --output PVS-studio.err
|
plog-converter $plog_args --renderTypes errorfile --output PVS-studio.err
|
||||||
plog-converter $plog_args --renderTypes tasklist --output PVS-studio.tsk
|
plog-converter $plog_args --renderTypes tasklist --output PVS-studio.tsk
|
||||||
|
Loading…
Reference in New Issue
Block a user