|
|
@@ -37,8 +37,8 @@ jobs:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
DISABLE_LINTERS: SPELL_CSPELL
|
|
|
DISABLE_ERRORS: false
|
|
|
- # Fast standard checks - disable information messages
|
|
|
- C_CPPCHECK_ARGUMENTS: --inline-suppr --disable=information
|
|
|
+ # Fast standard checks - suppress normalCheckLevelMaxBranches info message
|
|
|
+ C_CPPCHECK_ARGUMENTS: --inline-suppr --suppress=normalCheckLevelMaxBranches
|
|
|
# Enable auto-fixes
|
|
|
APPLY_FIXES: all
|
|
|
APPLY_FIXES_EVENT: pull_request
|