diff --git a/.typos.toml b/.typos.toml index 7f11c0b9a11..6f6eb9ef1a2 100644 --- a/.typos.toml +++ b/.typos.toml @@ -8,6 +8,12 @@ Packagecloud = "Packagecloud" Gemfury = "Gemfury" JFrog = "JFrog" +[default] +extend-ignore-identifiers-re = [ + # ignore hexa data samples + "[0-9a-fA-F][0-9a-fA-F]" +] + [files] extend-exclude = [ "**certificate.txt",