Skip to content

Commit

Permalink
Update codespell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 committed Dec 13, 2023
1 parent 490d6fa commit 7e3fbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" \
Expand Down

0 comments on commit 7e3fbed

Please sign in to comment.