1
0
Fork 0

Ignore PVS-Studio false-positives

This commit is contained in:
krcroft 2020-01-20 13:58:54 -08:00 committed by Patryk Obara
parent da5e424dc7
commit 5777fb97fe
3 changed files with 156 additions and 2 deletions

View file

@ -103,7 +103,7 @@ jobs:
- name: Analyze
run: |
set -xeu
pvs-studio-analyzer analyze -o pvs-analysis.log -j "$(nproc)"
pvs-studio-analyzer analyze -s .pvs-suppress -o pvs-analysis.log -j "$(nproc)"
criteria="GA:1,2;64:1;OP:1,2,3;CS:1;MISRA:1,2"
plog-converter -a "${criteria}" -d V1042 -t csv -o pvs-report.csv pvs-analysis.log
plog-converter -a "${criteria}" -d V1042 -t fullhtml -p dosbox-staging \
@ -115,7 +115,7 @@ jobs:
path: pvs-analysis-report
- name: Summarize report
env:
MAX_BUGS: 356
MAX_BUGS: 339
run: |
echo "Full report is included in build Artifacts"
echo