diff --git a/.github/scripts/cppcheck-xml2text.xslt b/.github/scripts/cppcheck-xml2text.xslt index 26e992577..032bb8226 100644 --- a/.github/scripts/cppcheck-xml2text.xslt +++ b/.github/scripts/cppcheck-xml2text.xslt @@ -6,11 +6,12 @@ | error | warning | style | performance | portability | information | | --- | --- | --- | --- | --- | --- | | | | | | | | - -[] :, + +| severity | file | line | issue | +| --- | --- | --- | --- | +| | | | | - -** error(s) reported ** +** error(s) reported** diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 90f82e3ac..298fdd7e6 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -117,4 +117,4 @@ jobs: path: ./*cppcheck_err.* - name: Check for reported errors - run: tail -n 1 cppcheck_err.txt | grep -q '^\*\* 0 error(s) reported \*\*$' + run: tail -n 1 cppcheck_err.txt | grep -q '^\*\*0 error(s) reported\*\*$'