Skip to content

Commit 18e9b80

Browse files
add supression of checklevelmaxbranches
1 parent b0261d9 commit 18e9b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
DISABLE_LINTERS: SPELL_CSPELL
3939
DISABLE_ERRORS: false
40-
# Fast standard checks - disable information messages
41-
C_CPPCHECK_ARGUMENTS: --inline-suppr --disable=information
40+
# Fast standard checks - suppress normalCheckLevelMaxBranches info message
41+
C_CPPCHECK_ARGUMENTS: --inline-suppr --suppress=normalCheckLevelMaxBranches
4242
# Enable auto-fixes
4343
APPLY_FIXES: all
4444
APPLY_FIXES_EVENT: pull_request

0 commit comments

Comments
 (0)