mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
CI/Circle CI: Add codestyle check
Whitespace at the end of lines is not allowed
This commit is contained in:
@@ -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}'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user