From 0ccff5e13c12c66ea9eccb498e32e0ec239bbcfa Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 14 Nov 2025 15:50:02 +0800 Subject: [PATCH] perf: Optimize configuration related to typo scanning for spelling errors --- .typos.toml | 11 +++++++++++ installer/conf/redis/redis.conf | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 000000000..4ce568d9d --- /dev/null +++ b/.typos.toml @@ -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" +] \ No newline at end of file diff --git a/installer/conf/redis/redis.conf b/installer/conf/redis/redis.conf index 84f47a11f..a604ef672 100755 --- a/installer/conf/redis/redis.conf +++ b/installer/conf/redis/redis.conf @@ -895,7 +895,7 @@ acllog-max-len 128 # AUTH as usually, or more explicitly with AUTH default # 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}