cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.45.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/spellcheck/config.yml

21lines · modecode

1matrix:
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