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:
Jonathan Gonzalez V. 2025-05-05 10:21:18 +02:00 committed by GitHub
parent 37b7f10d5a
commit b97483890a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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