Skip to content

Commit

Permalink
PG-1101 Change cppcheck parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Oct 11, 2024
1 parent 467394f commit 9fdd429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
working-directory: src/pg_stat_monitor
run: |
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:
name: Format
Expand Down

0 comments on commit 9fdd429

Please sign in to comment.