This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-access.git
The following commit(s) were added to refs/heads/main by this push: new 15bd66e updates approved chars in build (#21) 15bd66e is described below commit 15bd66e38d3030f7ebcd791ffab8f0eb794b041d Author: Keith Turner <ktur...@apache.org> AuthorDate: Mon Oct 2 16:02:42 2023 -0400 updates approved chars in build (#21) --- src/build/ci/find-unapproved-chars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/ci/find-unapproved-chars.sh b/src/build/ci/find-unapproved-chars.sh index d02fb13..ba1dd67 100755 --- a/src/build/ci/find-unapproved-chars.sh +++ b/src/build/ci/find-unapproved-chars.sh @@ -22,7 +22,7 @@ # unintentionally, or maliciously, add any new non-ASCII characters unless they # are preapproved on the ALLOWED list or in known binary or resource files NUM_EXPECTED=0 -ALLOWED='©èö🐈三四五六八九十' +ALLOWED='©èö🐈三四五六八九十∧∨🦕🦖∈' function findallnonascii() { # -P for perl matching, -o for only showing the match for counting occurrences not lines