typos: ignore apple four char codes

This commit is contained in:
Mitchell Hashimoto
2026-03-05 21:25:00 -08:00
parent ffe622ed30
commit 547fd6f748

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]