typos: ignore apple four char codes

pull/11208/head
Mitchell Hashimoto 2026-03-05 21:25:00 -08:00
parent ffe622ed30
commit 547fd6f748
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ extend-ignore-re = [
"\"hel\\\\x",
# Ignore long hex-like IDs such as 815E26BA2EF1E00F005C67B1
"[0-9A-F]{12,}",
# Ignore Apple four char codes
'code="[A-Za-z]{4,8}"',
'"[A-Za-z]{4}"\.fourCharCode',
]
[default.extend-words]