rfc/.pyspelling.yml
Dean Eigenmann afa2afdbcf
Update main.yml (#136)
* Update main.yml

* Update wordlist.txt

* Update main.yml

* Update main.yml

* Rename spellcheck.yaml to .spellcheck.yaml

* Update README.md

* Rename .spellcheck.yaml to .pyspelling.yml

* Update README.md

* Update wordlist.txt

* Update wordlist.txt

* Update wordlist.txt
2020-05-28 11:46:43 +02:00

21 lines
412 B
YAML

matrix:
- name: Markdown
apsell:
mode: en
ignore-case: true
dictionary:
wordlists:
- wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.url:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'