Create .spellcheck.yaml

This commit is contained in:
Adam Tunnic 2021-02-07 01:21:06 -05:00 committed by GitHub
parent 92223b267b
commit beaaf0ef3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
.spellcheck.yaml Normal file
View File

@ -0,0 +1,26 @@
spellchecker: aspell
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .github/workflows/gibberish.txt
- .github/workflows/names.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra:
- pyspelling.filters.html:
comments: true
attributes:
- title
- alt
ignores:
- ':matches(code, pre)'
- 'code'
- 'pre'
sources:
- '**/*.md'
default_encoding: utf-8