From 5a3b942589b4c655057dda7816e0eb9f519818b4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Sep 2024 10:58:28 -0700 Subject: [PATCH] typos: ignore lorem --- typos.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/typos.toml b/typos.toml index 9f2c96f11..a72944e5f 100644 --- a/typos.toml +++ b/typos.toml @@ -1,9 +1,9 @@ [files] extend-exclude = [ + # vendored code "vendor/*", "pkg/*", "src/stb/*", - "*.xib", # "grey" color names are valid "src/terminal/res/rgb.txt", # Do not self-check @@ -17,7 +17,9 @@ extend-exclude = [ "*.icns", # Other "*.pdf", - "*.data" + "*.data", + "*.xib", + "src/cli/lorem_ipsum.txt" ] [default]