Skip to content

Commit

Permalink
Remove unnesessary cppcheck parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Oct 11, 2024
1 parent ea52f1e commit 47a1d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: src/pg_tde
run: |
set -x
cppcheck --enable=all --inline-suppr --template='{file}:{line},{severity},{id},{message}' --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude --suppress=unmatchedSuppression:pg_tde.c --check-config .
cppcheck --enable=all --inline-suppr --template='{file}:{line},{severity},{id},{message}' --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude --suppress=unmatchedSuppression:pg_tde.c .
format:
name: Format
Expand Down

0 comments on commit 47a1d23

Please sign in to comment.