aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-04-05 15:01:34 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-01 00:52:28 +0100
commit4df9ab2a3fe1dde5c0c516fbcb610453f4759cda (patch)
tree33c1ab44b0bd83f778dc009628d51353bc45aa55 /contrib
parenta9e325f6b7be8e884402ad87a5f97ec265dc4e82 (diff)
CI/Circle CI: Add codestyle check
Whitespace at the end of lines is not allowed (cherry picked from commit 0017c7a0829d12529aac690470bddfa6b5e6bc71)
Diffstat (limited to 'contrib')
-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 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}'"