From e485932c45022c2882205b1f07c3fd4743990a4c Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sat, 4 Apr 2020 21:26:38 +0200 Subject: [PATCH] CI/Circle CI: Add codestyle check ObjectGuid::GetCounter() should not be called in logs, use ObjectGuid::ToString().c_str() instead (cherry picked from commit af1260c40e333e0d2d506128099f8263f5f2304f) --- contrib/check_codestyle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/check_codestyle.sh b/contrib/check_codestyle.sh index 3f4ab9d265..02f39285cd 100644 --- a/contrib/check_codestyle.sh +++ b/contrib/check_codestyle.sh @@ -4,7 +4,7 @@ set -e echo "Codestyle check script:" echo -regexChecks=() +regexChecks=("TC_LOG_.+GetCounter") for check in ${regexChecks[@]}; do echo " Checking RegEx: '${check}'"