- 518370910136
- https://boyanzh.site
-
FOCS maintainer for almost everything.
- Joined on
2021-05-21
Block a user
张泊明518370910136
deleted branch feat_repo-healthcheck-whitelist-char from JOJ/JOJ3
2026-04-27 09:19:09 +08:00
feat: add whitelist char support to nonascii check
:-( I merged it with wrong order, it has conflicts now.
feat: skip git module for non ascii check
张泊明518370910136
deleted branch feat_repo-healthcheck-whitelist-char from JOJ/JOJ3-config-generator
2026-04-22 17:06:57 +08:00
feat: add whitelist character support in repo toml
feat: add whitelist character support in repo toml
And can we make it simpler by letting them provide a long string and split it to single characters by the script?
feat: add whitelist character support in repo toml
Could you also add the field to tests/convert/full?
feat: add whitelist char support to nonascii check
Since it just reads comma seperated strings, I think we can just pass it via []string, and no need to name it as xxxCSV as it is a bit confusing?