File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44/results
55* pg_wait_sampling--1.1.sql
66.log
7+ Dockerfile
Original file line number Diff line number Diff line change 2727 - PG_VERSION=11 CHECK_CODE=false
2828 - PG_VERSION=12 CHECK_CODE=clang
2929 - PG_VERSION=12 CHECK_CODE=false
30+ - PG_VERSION=13 CHECK_CODE=clang
31+ - PG_VERSION=13 CHECK_CODE=false
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ if [ "$CHECK_CODE" = "clang" ]; then
1919
2020elif [ " $CHECK_CODE " = " cppcheck" ]; then
2121 cppcheck \
22- --template " {file} ({line}): {severity} ({id}): {message}" \
22+ --template " {file} ({line}): {severity} ({id}): {message}" \
2323 --enable=warning,portability,performance \
2424 --suppress=redundantAssignment \
2525 --suppress=uselessAssignmentPtrArg \
26- --suppress=literalWithCharPtrCompare \
26+ --suppress=literalWithCharPtrCompare \
2727 --suppress=incorrectStringBooleanError \
2828 --std=c89 * .c * .h 2> cppcheck.log
2929
You can’t perform that action at this time.
0 commit comments