cmake: regex: remove ascii limit

This commit is contained in:
Renken 2019-12-24 18:32:06 +01:00 committed by Renken
parent 5e3fb62944
commit 6f47dc4402
No known key found for this signature in database
GPG key ID: 3D24CB017B876F25

View file

@ -12,6 +12,7 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
"$SCRIPT_DIR/../cicd/style/regex_check.sh" \
-e '^build[^/]*/' \
-e '^.*\.svg$' \
-r '(^$)|(^.*[^[:cntrl:][:blank:]]$)' \
"$SCRIPT_DIR/.."
"$SCRIPT_DIR/../cicd/style/regex_check.sh" \
-e '^build[^/]*/' \