CI/Circle CI: Add codestyle check

Whitespace at the end of lines is not allowed

(cherry picked from commit 0017c7a082)
This commit is contained in:
jackpoz
2020-04-05 15:01:34 +02:00
committed by Shauren
parent a9e325f6b7
commit 4df9ab2a3f

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