typos: ignore apple four char codes
parent
ffe622ed30
commit
547fd6f748
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue