mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-10 21:03:12 +01:00
chore: limit the spellchecking to a fixed list of directories (#294)
Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
parent
37b7f10d5a
commit
b97483890a
@ -2,7 +2,8 @@ matrix:
|
||||
- name: Markdown
|
||||
sources:
|
||||
# Ignore the CHANGELOG.md file, it is autogenerated
|
||||
- ./**/*.md|!./CHANGELOG.md
|
||||
- ./*.md|!./CHANGELOG.md
|
||||
- ./web/docs/**/*.md
|
||||
dictionary:
|
||||
wordlists:
|
||||
- .wordlist.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user