mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-27 23:25:05 +00:00
3b73cb85aa
* Create main.yml * Delete .travis.yml * Update README.md * Update main.yml * Create wordlist.txt * Update README.md * Create spellcheck.yaml * Update wordlist.txt * Update wordlist.txt * Update spellcheck.yaml * Update wordlist.txt * Update mvds-metadata.md * Update wordlist.txt * spelling * more * fixes * filter comments * spelling corrections, wordlist * more fixes * formt * undid * filter * remove * url * i think thats it * fix * removed to test * sorted * Update spellcheck.yaml * Update main.yml * trying * Update wordlist.txt * Update wordlist.txt * Update wordlist.txt * Update README.md * 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'
|