From 0a9fabf9132e55d26ab498e16ccb6790723b7f47 Mon Sep 17 00:00:00 2001 From: HassiumX <5256151+Hakku@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:33:48 +0200 Subject: [PATCH] Add Finnish words to codespell ignore list "alle" (under/below) and "vai" (or) are valid Finnish words used in the Finnish AI text humanizer prompt. --- .codespellrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 5e47054a..07d5ca48 100644 --- a/.codespellrc +++ b/.codespellrc @@ -13,6 +13,8 @@ # ative - part of "Declarative Agents" in TypeSpec M365 Copilot documentation (collections/typespec-m365-copilot.collection.md) # dateA, dateB - variable names used in sorting comparison functions # TE - HTTP transfer coding header -ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB,TE +# alle - Finnish word meaning "under/below" (not "all" or "alley") +# vai - Finnish word meaning "or" (not "via" or "vie") +ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB,TE,alle,vai # Skip certain files and directories skip = .git,node_modules,package-lock.json,*.lock,website/build,website/.docusaurus