mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Ignore ast id hashes in typos check
This commit is contained in:
parent
0a1a78cb87
commit
09a66474a2
@ -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…
x
Reference in New Issue
Block a user