plugin-barman-cloud/.spellcheck.yaml
Francesco Canovai 8c2bf2e6b7
ci: initial pipeline (#3)
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
2024-09-26 17:27:56 +02:00

19 lines
365 B
YAML

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