Skip to content
Snippets Groups Projects
Commit 510b6adc authored by ocornut's avatar ocornut
Browse files

CI: disable month-long PVS Studio warning about expiring licence.

parent dab63231
No related merge requests found
......@@ -42,5 +42,5 @@ jobs:
fi
cd examples/example_null
pvs-studio-analyzer trace -- make WITH_EXTRA_WARNINGS=1
pvs-studio-analyzer analyze -e ../../imstb_rectpack.h -e ../../imstb_textedit.h -e ../../imstb_truetype.h -l ../../pvs-studio.lic -o pvs-studio.log
pvs-studio-analyzer analyze --disableLicenseExpirationCheck -e ../../imstb_rectpack.h -e ../../imstb_textedit.h -e ../../imstb_truetype.h -l ../../pvs-studio.lic -o pvs-studio.log
plog-converter -a 'GA:1,2;OP:1' -d V1071 -t errorfile -w pvs-studio.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment