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)
This commit is contained in:
jackpoz
2021-12-31 21:56:38 +01:00
committed by Shauren
parent 8878ba2dca
commit e485932c45
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
echo "Codestyle check script:" echo "Codestyle check script:"
echo echo
regexChecks=() regexChecks=("TC_LOG_.+GetCounter")
for check in ${regexChecks[@]}; do for check in ${regexChecks[@]}; do
echo " Checking RegEx: '${check}'" echo " Checking RegEx: '${check}'"