Update codespell.yml
https://github.com/codespell-project/codespell#dictionary-format
This commit is contained in:
parent
16b1e638aa
commit
58b9146b18
|
@ -84,7 +84,7 @@ jobs:
|
|||
echo 'hread->thread' >> dictionary.txt
|
||||
echo 'tamplete->template' >> dictionary.txt
|
||||
echo 'prising->praising' >> dictionary.txt
|
||||
echo 'wi->we, will' >> dictionary.txt
|
||||
echo 'wi->we, will, ' >> dictionary.txt
|
||||
echo 'dayly->daily' >> dictionary.txt
|
||||
echo 'erdinal->ordinal' >> dictionary.txt
|
||||
echo 'wizars->wizard' >> dictionary.txt
|
||||
|
@ -97,7 +97,7 @@ jobs:
|
|||
echo 'maliciouse->malicious' >> dictionary.txt
|
||||
echo 'strickt->strict' >> dictionary.txt
|
||||
echo 'brak->break' >> dictionary.txt
|
||||
echo "lets->lets, let's" >> dictionary.txt
|
||||
echo "lets->lets, let's, " >> dictionary.txt
|
||||
echo 'booth->both' >> dictionary.txt
|
||||
echo 'vcertificate->certificate' >> dictionary.txt
|
||||
echo 'fron->front' >> dictionary.txt
|
||||
|
@ -110,7 +110,7 @@ jobs:
|
|||
echo 'hadrware->hardware' >> dictionary_code.txt
|
||||
echo 'sandbocie->Sandboxie' >> dictionary_code.txt
|
||||
echo 'sanboxie->Sandboxie' >> dictionary_code.txt
|
||||
echo "sandboxies->Sandboxie's, sandboxed" >> dictionary_code.txt
|
||||
echo "sandboxies->Sandboxie's, sandboxed, " >> dictionary_code.txt
|
||||
echo 'reparese->reparse' >> dictionary_code.txt
|
||||
# Only lowercase letters are allowed in --ignore-words-list
|
||||
codespell --dictionary=dictionary.txt --dictionary=dictionary_rare.txt --dictionary=dictionary_code.txt \
|
||||
|
|
Loading…
Reference in New Issue