diff options
| author | jackpoz <giacomopoz@gmail.com> | 2020-04-05 15:01:34 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2020-04-05 19:10:59 +0200 |
| commit | 0017c7a0829d12529aac690470bddfa6b5e6bc71 (patch) | |
| tree | 691ff16626d00d34f2b5e5b848c3dac2a906347a | |
| parent | 3def52c1c459f566ab2b2d8cf017c70df4d7cf22 (diff) | |
CI/Circle CI: Add codestyle check
Whitespace at the end of lines is not allowed
| -rw-r--r-- | contrib/check_codestyle.sh | 2 |
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}'" |
