# shellcheck disable=SC2046
codespell \
- --skip '.github/scripts/spellcheck.words' \
+ --skip '.github/scripts/pyspelling.words' \
--skip '.github/scripts/typos.toml' \
--skip 'docs/THANKS' \
--skip 'packages/*' \
my $non_ascii_allowed = join(', ', @non_ascii_allowed);
my @non_ascii = (
- ".github/scripts/spellcheck.words",
+ ".github/scripts/pyspelling.words",
".mailmap",
"RELEASE-NOTES",
"docs/BINDINGS.md",
[files]
extend-exclude = [
".github/scripts/codespell-ignore.words",
- ".github/scripts/spellcheck.words",
+ ".github/scripts/pyspelling.words",
"docs/THANKS",
"packages/*",
"projects/Windows/tmpl/curl.vcxproj",
run: |
source ~/venv/bin/activate
# setup the custom wordlist
- grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
+ grep -v '^#' .github/scripts/pyspelling.words > wordlist.txt
aspell --version
pyspelling --version
- pyspelling --verbose --jobs 5 --config .github/scripts/spellcheck.yaml
+ pyspelling --verbose --jobs 5 --config .github/scripts/pyspelling.yaml
badwords-synopsis:
name: 'badwords, synopsis'