Ignore case on spellcheck (#463)

spellcheck ignore case, like other modules
main
Chayim 1 year ago committed by GitHub
parent 5c0c0b4b6f
commit 721f734aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save