Ignore case on spellcheck (#463)
spellcheck ignore case, like other modules
This commit is contained in:
parent
5c0c0b4b6f
commit
721f734aff
1 changed files with 8 additions and 6 deletions
14
.github/spellcheck-settings.yml
vendored
14
.github/spellcheck-settings.yml
vendored
|
@ -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…
Reference in a new issue