specs/spellcheck.yaml
Dean Eigenmann 55d210c30e
spellcheck (#119)
* spellcheck

* updated

* Create f.yml

* Delete f.yml

* fix

* only on pr

* fix

* spellcheck

* attempt

* more

* updates

* fix

* more

* updates

* updated

* more

* more words

* even more

* updates

* fix

* sort

* more

* updates

* updated

* sort

* Update docs/stable/6-payloads.md

Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com>

Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com>
2020-05-19 18:40:48 +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'