Skip to content

Commit 721f734

Browse files
authored
Ignore case on spellcheck (#463)
spellcheck ignore case, like other modules
1 parent 5c0c0b4 commit 721f734

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/spellcheck-settings.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,27 @@ matrix:
22
- name: Markdown
33
expect_match: false
44
apsell:
5-
mode: en
5+
lang: en
6+
d: en_US
7+
ignore-case: true
68
dictionary:
79
wordlists:
810
- .github/wordlist.txt
911
output: wordlist.dic
10-
encoding: utf-8
1112
pipeline:
1213
- pyspelling.filters.markdown:
1314
markdown_extensions:
1415
- markdown.extensions.extra:
1516
- pyspelling.filters.html:
16-
comments: true
17+
comments: false
1718
attributes:
1819
- alt
1920
ignores:
2021
- ':matches(code, pre)'
21-
- 'code'
22-
- 'pre'
23-
- 'blockquote'
22+
- code
23+
- pre
24+
- blockquote
25+
- img
2426
sources:
2527
- '*.md'
2628
- 'docs/*.md'

0 commit comments

Comments
 (0)