plugin-barman-cloud/.spellcheck.yaml
Jonathan Gonzalez V. b97483890a
chore: limit the spellchecking to a fixed list of directories (#294)
Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
2025-05-05 10:21:18 +02:00

20 lines
385 B
YAML

matrix:
- name: Markdown
sources:
# Ignore the CHANGELOG.md file, it is autogenerated
- ./*.md|!./CHANGELOG.md
- ./web/docs/**/*.md
dictionary:
wordlists:
- .wordlist.txt
aspell:
lang: en
d: en_US
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
ignores:
- ':matches(code, pre)'
- 'code'
- 'pre'