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.
This commit is contained in:
HassiumX
2026-02-15 23:33:48 +02:00
parent 47d5d9b14f
commit 0a9fabf913

View File

@@ -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