mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +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
|
- name: Markdown
|
||||||
sources:
|
sources:
|
||||||
# Ignore the CHANGELOG.md file, it is autogenerated
|
# Ignore the CHANGELOG.md file, it is autogenerated
|
||||||
- ./**/*.md|!./CHANGELOG.md
|
- ./*.md|!./CHANGELOG.md
|
||||||
|
- ./web/docs/**/*.md
|
||||||
dictionary:
|
dictionary:
|
||||||
wordlists:
|
wordlists:
|
||||||
- .wordlist.txt
|
- .wordlist.txt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user