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:
parent
8ba39144ce
commit
ffb22eb837
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ matrix:
|
||||||
camel-case: true
|
camel-case: true
|
||||||
mode: markdown
|
mode: markdown
|
||||||
sources:
|
sources:
|
||||||
- "**/*.md|!venv/**|!vendor/**"
|
- "**/*.md|!venv/**|!vendor/**|!release_artifacts/**"
|
||||||
dictionary:
|
dictionary:
|
||||||
wordlists:
|
wordlists:
|
||||||
- .spellcheck-en-custom.txt
|
- .spellcheck-en-custom.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue