CI/Circle CI: Add codestyle check

ObjectGuid::GetCounter() should not be called in logs, use ObjectGuid::ToString().c_str() instead
(cherry picked from commit af1260c40e)
This commit is contained in:
jackpoz
2020-04-04 21:26:38 +02:00
committed by Shauren
parent 8878ba2dca
commit e485932c45

View File

@@ -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}'"