Skip to content

Commit

Permalink
Ignore testdata files in markdown lint and spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Browning <[email protected]>
  • Loading branch information
bbrowning committed Nov 8, 2024
1 parent 7f9a816 commit df57c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ ignores:
- ".github/**"
- "venv/**"
- ".venv/**"
- "**/testdata/**"
2 changes: 1 addition & 1 deletion .spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
camel-case: true
mode: markdown
sources:
- "**/*.md|!.tox/**|!venv/**"
- "**/*.md|!.tox/**|!venv/**|!**/testdata/**"
dictionary:
wordlists:
- .spellcheck-en-custom.txt
Expand Down

0 comments on commit df57c59

Please sign in to comment.