CI/Circle CI: Add codestyle check

Whitespace at the end of lines is not allowed
This commit is contained in:
jackpoz
2020-04-05 15:01:34 +02:00
parent 3def52c1c4
commit 0017c7a082

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