mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-09 14:26:14 +00:00
afa2afdbcf
* 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
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'
|