Files
predis/.github/spellcheck-settings.yml
Chayim 0e269098a1 [3.0] release drafter with commitish (#1416)
* spellcheck

* spelling

* fix bad commit

* spelling

* updating version of spellcheck action

* release drafter for 3

* Extended wordlist

---------

Co-authored-by: vladvildanov <divinez122@outlook.com>
2023-11-16 11:38:57 +02:00

30 lines
529 B
YAML

matrix:
- name: Markdown
expect_match: false
apsell:
lang: en
d: en_US
ignore-case: true
dictionary:
wordlists:
- .github/wordlist.txt
output: wordlist.dic
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra:
- pyspelling.filters.html:
comments: false
attributes:
- alt
ignores:
- ':matches(code, pre)'
- code
- pre
- blockquote
- img
sources:
- 'README.md'
- 'FAQ.md'
- 'docs/**'