diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-07-21 20:51:58 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-07-21 20:51:58 -0700 |
| commit | 6abb9ec427f76f3602813da9d4dc2730fbe55caa (patch) | |
| tree | 424c225d6a62b5565bb3491acfb0b02d370fc9b0 | |
| parent | 66ce764d67db6a29e891d1ea0f85a8b66edb1964 (diff) | |
ignore valgrind supp file for typos
| -rw-r--r-- | typos.toml | 2 |
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", |
