From ab8b31924c2f8699b524f4e86793a5c08da82bf9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Jul 2025 13:06:20 +0200 Subject: [PATCH] typos.toml exclude files with base64 data to not trigger two-letter word false positives --- .github/scripts/typos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index acda397b56..170da6057c 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -24,7 +24,10 @@ extend-exclude = [ ".github/scripts/codespell-ignore.txt", ".github/scripts/spellcheck.words", "docs/THANKS", + "docs/examples/cacertinmem.c", + "docs/examples/usercertinmem.c", "packages/*", "scripts/wcurl", + "tests/data/test652", "winbuild/*", ]