From bca4ce531acfefde54f98a01324c09f45ee14844 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Wed, 9 Apr 2025 21:41:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20cspell=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cspell.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 cspell.json diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..a9bde5a --- /dev/null +++ b/cspell.json @@ -0,0 +1,45 @@ +{ + "version": "0.2", + "ignorePaths": [ + "src/test" + ], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [], + "ignoreWords": [ + "aliyun", + "baomidou", + "Batis", + "Consolas", + "cspell", + "databind", + "datasource", + "fasterxml", + "findbugs", + "gson", + "Hikari", + "hutool", + "Jdbc", + "joda", + "logback", + "mapstruct", + "Multimap", + "Multiset", + "mybatis", + "Nonnull", + "NOSONAR", + "okhttp", + "overriden", + "plusone", + "println", + "projectlombok", + "regexs", + "Seata", + "sonarlint", + "springframework", + "TWEPOCH", + "Validatable", + "zhouxy" + ], + "import": [] +}