mirror of https://github.com/status-im/specs.git
21 lines
412 B
YAML
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'
|