redis-om-python/.github/spellcheck-settings.yml
Chayim 721f734aff
Ignore case on spellcheck (#463)
spellcheck ignore case, like other modules
2023-01-25 11:13:19 +02:00

29 lines
513 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:
- '*.md'
- 'docs/*.md'