2025-02-27 06:59:38 -08:00
|
|
|
matrix:
|
|
|
|
|
- name: Markdown
|
|
|
|
|
sources:
|
|
|
|
|
- '**/*.md'
|
|
|
|
|
expect_match: false # false -> supress errors if no markdown files were edited
|
|
|
|
|
aspell:
|
|
|
|
|
lang: en
|
2025-09-26 19:02:14 -07:00
|
|
|
mode: none
|
|
|
|
|
add-filter:
|
|
|
|
|
- url
|
2025-10-28 16:26:06 -07:00
|
|
|
camel-case: true # accept CamelCase words
|
|
|
|
|
run-together: true
|
2025-02-27 06:59:38 -08:00
|
|
|
dictionary:
|
|
|
|
|
wordlists:
|
|
|
|
|
- .wordlist.txt
|
|
|
|
|
pipeline:
|
2025-10-28 16:26:06 -07:00
|
|
|
- pyspelling.filters.markdown:
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- markdown.extensions.extra
|
|
|
|
|
- pyspelling.filters.html:
|
|
|
|
|
comments: false
|
|
|
|
|
attributes:
|
|
|
|
|
- title
|
|
|
|
|
- alt
|
|
|
|
|
ignores:
|
|
|
|
|
- code
|
2025-02-27 06:59:38 -08:00
|
|
|
default_encoding: utf-8
|
|
|
|
|
suggest: true
|