summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-07-21 20:51:58 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-07-21 20:51:58 -0700
commit6abb9ec427f76f3602813da9d4dc2730fbe55caa (patch)
tree424c225d6a62b5565bb3491acfb0b02d370fc9b0
parent66ce764d67db6a29e891d1ea0f85a8b66edb1964 (diff)
ignore valgrind supp file for typos
-rw-r--r--typos.toml2
1 files changed, 2 insertions, 0 deletions
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",