mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-02 14:13:06 +00:00
21 lines
424 B
YAML
21 lines
424 B
YAML
matrix:
|
|
- name: Markdown
|
|
sources:
|
|
- '**/*.md'
|
|
expect_match: false # false -> supress errors if no markdown files were edited
|
|
aspell:
|
|
lang: en
|
|
mode: none
|
|
add-filter:
|
|
- url
|
|
dictionary:
|
|
wordlists:
|
|
- .wordlist.txt
|
|
pipeline:
|
|
- pyspelling.filters.markdown
|
|
- pyspelling.filters.html:
|
|
comments: false
|
|
- pyspelling.filters.text
|
|
default_encoding: utf-8
|
|
suggest: true
|