1
0
Fork 0

Update issues limit for new clang static analyser

Updated Clang 9.0 just landed in Ubuntu repositories and is now
available via GitHub CI. Static analyser detects many more issues now.
This commit is contained in:
Patryk Obara 2020-02-14 09:08:11 +01:00
parent c3b9b36e2a
commit 89e9e7336f

View file

@ -57,7 +57,7 @@ jobs:
path: report
- name: Summarize report
env:
MAX_BUGS: 76
MAX_BUGS: 221
run: |
# summary
echo "Full report is included in build Artifacts"