cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
.github/spellcheck/config.yml
21lines · modecode
| 1 | matrix: |
| 2 | - name: Markdown |
| 3 | aspell: |
| 4 | lang: en |
| 5 | default_encoding: utf-8 |
| 6 | dictionary: |
| 7 | wordlists: |
| 8 | - .github/spellcheck/wordlist.txt |
| 9 | encoding: utf-8 |
| 10 | pipeline: |
| 11 | - pyspelling.filters.markdown: |
| 12 | markdown_extensions: |
| 13 | - pymdownx.superfences |
| 14 | - pyspelling.filters.html: |
| 15 | comments: false |
| 16 | ignores: |
| 17 | - code |
| 18 | - pre |
| 19 | sources: |
| 20 | - "*.md" |
| 21 | - "**/*.md" |
| 22 | |