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