perf: Optimize configuration related to typo scanning for spelling errors

This commit is contained in:
fit2cloud-chenyw
2025-11-14 15:50:02 +08:00
committed by zhao
parent 633e955053
commit 0ccff5e13c
2 changed files with 12 additions and 1 deletions

11
.typos.toml Normal file
View File

@@ -0,0 +1,11 @@
[default.extend-words]
AKE = "AKE"
[default.extend-identifiers]
maintain_column_froms = "maintain_column_froms"
[files]
extend-exclude = [
"frontend/public",
"frontend/packages/web/src/components/business/crm-city-select/config.ts",
"backend/crm/src/main/resources/region/region.json",
"iconfont.json"
]

View File

@@ -895,7 +895,7 @@ acllog-max-len 128
# AUTH <password> as usually, or more explicitly with AUTH default <password>
# if they follow the new protocol: both will work.
#
# The requirepass is not compatable with aclfile option and the ACL LOAD
# The requirepass is not compatible with aclfile option and the ACL LOAD
# command, these will cause requirepass to be ignored.
#
# requirepass ${CORDYS_REDIS_PASSWORD}