From b97483890a33dca95340273b93114529c3d4301d Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Mon, 5 May 2025 10:21:18 +0200 Subject: [PATCH] chore: limit the spellchecking to a fixed list of directories (#294) Signed-off-by: Jonathan Gonzalez V. --- .spellcheck.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.spellcheck.yaml b/.spellcheck.yaml index 4bfff46..576fa9f 100644 --- a/.spellcheck.yaml +++ b/.spellcheck.yaml @@ -2,7 +2,8 @@ matrix: - name: Markdown sources: # Ignore the CHANGELOG.md file, it is autogenerated - - ./**/*.md|!./CHANGELOG.md + - ./*.md|!./CHANGELOG.md + - ./web/docs/**/*.md dictionary: wordlists: - .wordlist.txt