1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| 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:
| - 'README.md'
| - 'FAQ.md'
| - 'docs/**'
|
|