spellcheck: ignore release_artifacts directory

Pyspelling does not seem to read `.gitignore` file,
so we'll manually exclude it for now.
This commit is contained in:
Florian Schüller 2025-01-15 11:32:38 +01:00 committed by Simon de Vlieger
parent 8ba39144ce
commit ffb22eb837

View file

@ -8,7 +8,7 @@ matrix:
camel-case: true
mode: markdown
sources:
- "**/*.md|!venv/**|!vendor/**"
- "**/*.md|!venv/**|!vendor/**|!release_artifacts/**"
dictionary:
wordlists:
- .spellcheck-en-custom.txt