From b31c4a16473880130047ae4037268e4a02ed8d21 Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Fri, 2 May 2025 20:47:49 +0200 Subject: [PATCH] chore: limit the spellchecking to a fixed list of directories 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