From 61b5beb9ea22d7b4539edb80d13426838ec846cf Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 7 Sep 2023 20:23:59 +0800 Subject: [PATCH] chore: typo config --- .typos.toml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index d9416da7b8..d20ddb8931 100644 --- a/.typos.toml +++ b/.typos.toml @@ -9,5 +9,21 @@ keynode = "keynode" SCHEM = "SCHEM" [files] -extend-exclude = ["public/", "amap-wx/", "m-icon/", "uni-card/", "uni-col/", "uni-link/", "uni-list/", "uni-list-item/", "uni-row/", "migration/", "mapFiles/", "frontend/src/views/chart/components/table/TableNormal.vue"] +extend-exclude = [ + "public/", + "amap-wx/", + "m-icon/", + "uni-card/", + "uni-col/", + "uni-link/", + "uni-list/", + "uni-list-item/", + "uni-row/", + "migration/", + "mapFiles/", + "core/frontend/src/views/chart/components/table/TableNormal.vue", + "core/backend/src/main/java/io/dataease/ext/ExtSysUserMapper.xml", + "core/backend/src/main/java/io/dataease/ext/AuthMapper.xml", + "installer/dataease/templates/be.conf" +]