perf: Optimize configuration related to typo scanning for spelling errors
This commit is contained in:
11
.typos.toml
Normal file
11
.typos.toml
Normal 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"
|
||||
]
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user