awesome-hamradio/.github/config/.spellcheck.yaml

20 lines
374 B
YAML
Raw Normal View History

2023-06-21 23:32:24 -04:00
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .github/config/.wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'
default_encoding: utf-8