PG-1101 Change cppcheck parameters

PG-1101-cppcheck
Artem Gavrilov 2024-10-11 18:22:45 +02:00
parent 467394fb6e
commit 9fdd429353
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
working-directory: src/pg_stat_monitor working-directory: src/pg_stat_monitor
run: | run: |
set -x set -x
cppcheck --enable=all --inline-suppr --template='{file}:{line},{severity},{id},{message}' --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude --suppress=unmatchedSuppression:pg_stat_monitor.c --check-config . cppcheck --enable=all --inline-suppr --std=c99 --check-level=exhaustive --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude .
format: format:
name: Format name: Format