cmake: regex: remove ascii limit
This commit is contained in:
parent
5e3fb62944
commit
6f47dc4402
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
|
||||||
"$SCRIPT_DIR/../cicd/style/regex_check.sh" \
|
"$SCRIPT_DIR/../cicd/style/regex_check.sh" \
|
||||||
-e '^build[^/]*/' \
|
-e '^build[^/]*/' \
|
||||||
-e '^.*\.svg$' \
|
-e '^.*\.svg$' \
|
||||||
|
-r '(^$)|(^.*[^[:cntrl:][:blank:]]$)' \
|
||||||
"$SCRIPT_DIR/.."
|
"$SCRIPT_DIR/.."
|
||||||
"$SCRIPT_DIR/../cicd/style/regex_check.sh" \
|
"$SCRIPT_DIR/../cicd/style/regex_check.sh" \
|
||||||
-e '^build[^/]*/' \
|
-e '^build[^/]*/' \
|
||||||
|
|
Loading…
Reference in a new issue