From 4df9ab2a3fe1dde5c0c516fbcb610453f4759cda Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 5 Apr 2020 15:01:34 +0200 Subject: CI/Circle CI: Add codestyle check Whitespace at the end of lines is not allowed (cherry picked from commit 0017c7a0829d12529aac690470bddfa6b5e6bc71) --- contrib/check_codestyle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/check_codestyle.sh b/contrib/check_codestyle.sh index ce18db2d07e..ee1ab09f219 100644 --- a/contrib/check_codestyle.sh +++ b/contrib/check_codestyle.sh @@ -4,7 +4,7 @@ set -e echo "Codestyle check script:" echo -singleLineRegexChecks=("TC_LOG_.+GetCounter") +singleLineRegexChecks=("TC_LOG_.+GetCounter" "[[:blank:]]$") for check in ${singleLineRegexChecks[@]}; do echo " Checking RegEx: '${check}'" -- cgit v1.2.3