From d4daa8eb54fa4a9cad1a895dd1bff1af86b5cba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 28 Nov 2024 11:43:33 +0300 Subject: [PATCH] feat(.cspell.json): add common dictionaries (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(.cspell.json): add default dictionaries Signed-off-by: M. Fatih Cırıt * ci(pre-commit): autofix --------- Signed-off-by: M. Fatih Cırıt Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cspell.json b/.cspell.json index 525ba33..7abb52d 100644 --- a/.cspell.json +++ b/.cspell.json @@ -52,6 +52,10 @@ "XYZ[A-Z]+" ], "import": [ + "@cspell/dict-cpp/cspell-ext.json", + "@cspell/dict-en-gb/cspell-ext.json", + "@cspell/dict-en_us/cspell-ext.json", + "@cspell/dict-software-terms/cspell-ext.json", "@tier4/cspell-dicts/city-names/cspell-ext.json", "@tier4/cspell-dicts/cmake/cspell-ext.json", "@tier4/cspell-dicts/organization-names/cspell-ext.json",