From 7e3fbed656c5860d40a2c0253498a0ed0422bb51 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Wed, 13 Dec 2023 15:03:26 +0100 Subject: [PATCH] Update codespell.yml --- .github/workflows/codespell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 1f4693b065..3cbd0eabf2 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -104,6 +104,7 @@ jobs: echo 'previwe->preview' >> dictionary.txt echo 'variouse->various' >> dictionary.txt echo 'resumeed->resumed' >> dictionary.txt + echo 'autoamtic->automatic' >> dictionary.txt echo 'crome->Chrome' >> dictionary_code.txt echo 'chromim->Chromium' >> dictionary_code.txt echo 'kmdutill->kmdutil' >> dictionary_code.txt @@ -113,6 +114,7 @@ jobs: echo 'sanboxie->Sandboxie' >> dictionary_code.txt echo "sandboxies->Sandboxie's, sandboxed, " >> dictionary_code.txt echo 'reparese->reparse' >> dictionary_code.txt + echo 'tailing->trailing' >> dictionary_code.txt # Only lowercase letters are allowed in --ignore-words-list codespell --dictionary=dictionary.txt --dictionary=dictionary_rare.txt --dictionary=dictionary_code.txt \ --ignore-words-list="wil,unknwn,tolen,pevent,doubleclick,parm,parms,etcp,ois,ba,ptd,modell,namesd,stdio,uint,errorstring,ontext,atend,deque,ecounter,nmake,namess,inh,daa,varient,lite,uis,emai,ws,slanguage,woh,tne,typpos,enew,shft,seh,ser,servent" \