Update codespell.yml

https://github.com/codespell-project/codespell#dictionary-format
This commit is contained in:
offhub 2023-11-18 22:18:30 +03:00 committed by GitHub
parent 16b1e638aa
commit 58b9146b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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