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-07-26 02:37:42 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-07-26 02:37:42 +0300
commitb44ebebd99fe455dc8052116935b93d907cef2e7 (patch)
tree8fe0af58a0d6e1baf298a505f7d4f44f3366ebec /.github
parentf1d6fd3dae7e652cea1724efccea289ada456615 (diff)
Lower allowed warning limits
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/analysis.yml2
-rw-r--r--.github/workflows/pvs-studio.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml
index a887ac597..4dd442cca 100644
--- a/.github/workflows/analysis.yml
+++ b/.github/workflows/analysis.yml
@@ -102,7 +102,7 @@ jobs:
- name: Summarize report
env:
- MAX_BUGS: 19
+ MAX_BUGS: 18
run: |
# summary
echo "Full report is included in build Artifacts"
diff --git a/.github/workflows/pvs-studio.yml b/.github/workflows/pvs-studio.yml
index e95cc3089..d0c2e7433 100644
--- a/.github/workflows/pvs-studio.yml
+++ b/.github/workflows/pvs-studio.yml
@@ -109,7 +109,7 @@ jobs:
- name: Summarize report
env:
- MAX_BUGS: 288
+ MAX_BUGS: 285
run: |
echo "Full report is included in build Artifacts"
echo