Skip to content

Commit af294f6

Browse files
committed
setup of spellcheck
1 parent de23a06 commit af294f6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.spellcheck.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
matrix:
2+
- name: Markdown
3+
expect_match: false
4+
apsell:
5+
mode: en
6+
dictionary:
7+
wordlists:
8+
- .wordlist.txt
9+
encoding: utf-8
10+
pipeline:
11+
- pyspelling.filters.markdown:
12+
markdown_extensions:
13+
- markdown.extensions.extra:
14+
- pyspelling.filters.html:
15+
comments: false
16+
attributes:
17+
- alt
18+
ignores:
19+
- ":matches(code, pre)"
20+
- "code"
21+
- "pre"
22+
- "blockquote"
23+
sources:
24+
- "**/*.md"
25+
default_encoding: utf-8

0 commit comments

Comments
 (0)