Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-10-14 02:28:40 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-10-14 05:18:46 +0300
commit2b710dfed5b495d0d32f1aeec16047c009490744 (patch)
treeb366b5849008b212f33986108b932f72680d375a
parentdfb8ef5e6a4a62c9ef116d750e907dc9064c88cf (diff)
Lower allowed PVS Studio warning limit
-rw-r--r--.github/workflows/pvs-studio.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pvs-studio.yml b/.github/workflows/pvs-studio.yml
index 8747381c2..bf19d59b2 100644
--- a/.github/workflows/pvs-studio.yml
+++ b/.github/workflows/pvs-studio.yml
@@ -109,7 +109,7 @@ jobs:
- name: Summarize report
env:
- MAX_BUGS: 252
+ MAX_BUGS: 251
run: |
echo "Full report is included in build Artifacts"
echo