From df57c59d125e55fea05ad3285c6f7f9ac23acf40 Mon Sep 17 00:00:00 2001 From: Ben Browning Date: Fri, 8 Nov 2024 10:54:09 -0500 Subject: [PATCH] Ignore testdata files in markdown lint and spellcheck Signed-off-by: Ben Browning --- .markdownlint-cli2.yaml | 1 + .spellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index b0159b5f..c248cb45 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -13,3 +13,4 @@ ignores: - ".github/**" - "venv/**" - ".venv/**" + - "**/testdata/**" diff --git a/.spellcheck.yml b/.spellcheck.yml index 36dc7e40..f4edd131 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -8,7 +8,7 @@ matrix: camel-case: true mode: markdown sources: - - "**/*.md|!.tox/**|!venv/**" + - "**/*.md|!.tox/**|!venv/**|!**/testdata/**" dictionary: wordlists: - .spellcheck-en-custom.txt