Ignore ast id hashes in typos check
This commit is contained in:
parent
bb5f1bfa13
commit
c09ac19365
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue