Skip to content

Commit 9444cba

Browse files
Ignore ast id hashes in typos check
1 parent 81ace76 commit 9444cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ extend-ignore-re = [
1818
"INOUT",
1919
"optin",
2020
"=Pn",
21+
"\\[[0-9A-F]{8},", # AstId hex hashes
2122
# ignore `// spellchecker:off` until `// spellchecker:on`
2223
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
2324
]

0 commit comments

Comments
 (0)