Update codespell.yml

This commit is contained in:
isaak654 2023-02-07 22:57:02 +01:00
parent 6be9ceb194
commit 1416ba322a
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 12 additions and 1 deletions

View File

@ -49,8 +49,9 @@ jobs:
echo 'selelction->selection' >> dictionary.txt
echo 'injectted->injected' >> dictionary.txt
echo 'prepanding->prepending' >> dictionary.txt
echo 'probablys->probably' >> dictionary.txt
echo 'depanding->depending' >> dictionary.txt
echo 'undependant->independent' >> dictionary.txt
echo 'probablys->probably' >> dictionary.txt
echo 'ware->were' >> dictionary.txt
echo 'contetx->context' >> dictionary.txt
echo 'issuw->issue' >> dictionary.txt
@ -61,6 +62,16 @@ jobs:
echo 'logn->long' >> dictionary.txt
echo 'postion->position' >> dictionary.txt
echo 'trase->trace' >> dictionary.txt
echo 'eider->either' >> dictionary.txt
echo 'isoaltion->isolation' >> dictionary.txt
echo 'symbolicl->symbolic' >> dictionary.txt
echo 're enable->re-enable' >> dictionary.txt
echo 'appcontainer->app container' >> dictionary.txt
echo 'foder->folder' >> dictionary.txt
echo 'fodername1->foldername1' >> dictionary.txt
echo 'fodler->folder' >> dictionary.txt
echo 'built in->built-in' >> dictionary.txt
echo 'tigether->together' >> dictionary.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" \