From ccfd2a2dabef4cc6c17440cbdc95e83664bbebf7 Mon Sep 17 00:00:00 2001 From: Fumika Koyama Date: Fri, 5 Apr 2024 10:47:23 +0900 Subject: [PATCH 1/3] =?UTF-8?q?cspell=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92c?= =?UTF-8?q?spell.json=E3=81=AB=E7=A7=BB=E5=8B=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cspell.json | 46 +++++++++++++++++++++++++++++++++++++++++++++ maia.code-workspace | 44 ------------------------------------------- 2 files changed, 46 insertions(+), 44 deletions(-) create mode 100644 cspell.json diff --git a/cspell.json b/cspell.json new file mode 100644 index 000000000..f9f630e25 --- /dev/null +++ b/cspell.json @@ -0,0 +1,46 @@ +{ + "ignorePaths": [ + "maia.code-workspace", + "package.json", + "package-lock.json", + "requirements.txt", + "**/node_modules/**", + "**/build-artifacts/**", + ".vscode" + ], + "words": [ + "Adoptium", + "AlesInfiny", + "BIPROGY", + "Checkstyle", + "Corretto", + "drawio", + "dressca", + "Gradlephant", + "gradlew", + "Hamcrest", + "Infiny", + "Initializr", + "IntelliJ", + "JaCoCo", + "JDBC", + "linenums", + "mkdocs", + "Mockito", + "MyBatis", + "Noto", + "OpenAPI", + "Pinia", + "Pymarkdown", + "pymdown", + "SpotBugs", + "Springdoc", + "springframework", + "stylelint", + "tailwindcss", + "textlint", + "Vetur", + "webmvc", + "winbatch" + ] +} \ No newline at end of file diff --git a/maia.code-workspace b/maia.code-workspace index 5238ef989..b36928dd4 100644 --- a/maia.code-workspace +++ b/maia.code-workspace @@ -6,50 +6,6 @@ ], "settings": { "tableformatter.common.centerAlignedHeader": false, - "cSpell.ignorePaths": [ - "maia.code-workspace", - "package.json", - "package-lock.json", - "requirements.txt", - "**/node_modules/**", - "**/build-artifacts/**", - ".vscode", - ], - "cSpell.words": [ - "Adoptium", - "AlesInfiny", - "BIPROGY", - "Checkstyle", - "Corretto", - "drawio", - "dressca", - "Gradlephant", - "gradlew", - "Hamcrest", - "Infiny", - "Initializr", - "IntelliJ", - "JaCoCo", - "JDBC", - "linenums", - "mkdocs", - "Mockito", - "MyBatis", - "Noto", - "OpenAPI", - "Pinia", - "Pymarkdown", - "pymdown", - "SpotBugs", - "Springdoc", - "springframework", - "stylelint", - "tailwindcss", - "textlint", - "Vetur", - "webmvc", - "winbatch", - ], "markdownlint.ignore": [ "LICENSE" ] From c1e1c00ae373fbcb2f28a204e0352375666080fe Mon Sep 17 00:00:00 2001 From: Fumika Koyama Date: Fri, 5 Apr 2024 11:03:20 +0900 Subject: [PATCH 2/3] =?UTF-8?q?README.md=E3=81=AEcSpell=E3=81=AB=E9=96=A2?= =?UTF-8?q?=E3=81=99=E3=82=8B=E8=A8=98=E8=BC=89=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documents/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/README.md b/documents/README.md index 638fcfd98..eb4a5a8e0 100644 --- a/documents/README.md +++ b/documents/README.md @@ -156,7 +156,7 @@ cSpell の拡張機能をインストールしていると、 [問題] ウィン 複合語や技術用語は、辞書登録しないと誤検知されることがあります。 その場合はワークスペースの辞書に、単語を登録するようにしてください。 -[maia.code-workspace] ファイルの `settings` / `cSpell.words` に単語を登録できます。 +[cspell.json] ファイルの `words` に単語を登録できます。 コード内や設定ファイル内の文字など、単語登録することが望ましくないと考える場合は、以下の記事を参照して、各ページで抑制してください。 cSpell が実行されないようにするのではなく、そのページ内で使用する抑制しても良い単語を、ページの先頭に記述する方式で抑制しましょう。 From da90c9fe5f38f2bfecd5ebfc0f38b6a42eb7c815 Mon Sep 17 00:00:00 2001 From: Fumika Koyama Date: Fri, 5 Apr 2024 15:11:32 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E9=99=A4=E5=A4=96=E5=AF=BE=E8=B1=A1?= =?UTF-8?q?=E3=81=AE=E3=83=91=E3=82=B9=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cspell.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cspell.json b/cspell.json index f9f630e25..fa23d993d 100644 --- a/cspell.json +++ b/cspell.json @@ -1,9 +1,17 @@ { "ignorePaths": [ "maia.code-workspace", + "cspell.json", "package.json", "package-lock.json", "requirements.txt", + "mkdocs.yml", + "LICENSE", + "LICENSE-CODE", + "**/.eslintrc.cjs", + "**/.prettierrc.json", + "**/openapitools.json", + "**/iis-files/**", "**/node_modules/**", "**/build-artifacts/**", ".vscode"