From 6abb9ec427f76f3602813da9d4dc2730fbe55caa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 21 Jul 2025 20:51:58 -0700 Subject: [PATCH] ignore valgrind supp file for typos --- typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typos.toml b/typos.toml index 0d58ea654..5a23527d9 100644 --- a/typos.toml +++ b/typos.toml @@ -20,6 +20,8 @@ extend-exclude = [ "*.png", "*.ico", "*.icns", + # Valgrind nonsense + "valgrind.supp", # Other "*.pdf", "*.data",