aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/check_codestyle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_codestyle.sh b/contrib/check_codestyle.sh
index 3f4ab9d2657..02f39285cd3 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}'"