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:
parent
c3b9b36e2a
commit
89e9e7336f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue