CI/Circle CI: Add codestyle check

Whitespace at the end of lines is not allowed

(cherry picked from commit 0017c7a0829d12529aac690470bddfa6b5e6bc71)
This commit is contained in:
jackpoz
2022-01-01 00:52:28 +01:00
committed by Shauren
parent a9e325f6b7
commit 4df9ab2a3f
+1 -1
View File
@@ -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}'"