chore: limit the spellchecking to a fixed list of directories

Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
Jonathan Gonzalez V. 2025-05-02 20:47:49 +02:00 committed by Jonathan Gonzalez V.
parent 736a8c5ac7
commit b31c4a1647

View File

@ -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