diff --git a/.typos.toml b/.typos.toml index 6838bb7036..de13262d9e 100644 --- a/.typos.toml +++ b/.typos.toml @@ -18,7 +18,7 @@ locale = "en-us" # `extend-ignore-identifiers-re` to this section, # please also modify the `.gitlab/ci/typos.bash` # script accordingly. -#extend-ignore-identifiers-re=["\\b[0-9a-f]{10}\\b"] +#extend-ignore-identifiers-re=["\\b[0-9a-f]{8,12}\\b"] # Add repo-wide false positives here in the form of `word = "word"`. # Check the manual for details.