Skip to content

Commit

Permalink
exclude mikktspace from pvs
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed May 31, 2020
1 parent 173e392 commit 5cfde5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -88,5 +88,5 @@ jobs:
./genie --static-plugins --pvs-studio-build gmake
cd tmp/gmake
pvs-studio-analyzer trace -- make -j EXTRA_WARNINGS=1
pvs-studio-analyzer analyze -e ../../../src/renderer/editor/miniz.c -e ../../../external -l ../../../pvs-studio.lic -o pvs-studio.log
pvs-studio-analyzer analyze -e ../../../src/renderer/editor/mikktspace.c -e ../../../src/renderer/editor/miniz.c -e ../../../external -l ../../../pvs-studio.lic -o pvs-studio.log
plog-converter -a 'GA:1,2;OP:1' -d V730,V1001,V530,V1048,V763 -t errorfile -w pvs-studio.log

0 comments on commit 5cfde5f

Please sign in to comment.