Unnamed repository; edit this file 'description' to name the repository.
Ignore ast id hashes in typos check
Chayim Refael Friedman 11 months ago
parent 0a1a78c · commit 09a6647
-rw-r--r--.typos.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.typos.toml b/.typos.toml
index e938bddd4b..cdbc003a80 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -18,6 +18,7 @@ extend-ignore-re = [
"INOUT",
"optin",
"=Pn",
+ "\\[[0-9A-F]{4},", # AstId hex hashes
# ignore `// spellchecker:off` until `// spellchecker:on`
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]