Skip to content

Commit 2bb2cc9

Browse files
committed
A
1 parent 7ddada6 commit 2bb2cc9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_typos.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ ignore-hidden = true
1010
[default]
1111
locale = "en-us"
1212
check-filename = true
13+
unicode = false
14+
extend-ignore-identifiers-re = [
15+
# Renaming these (function/array key) names would be a BC-break.
16+
'analyse_implode',
17+
'analyse_sprintf',
18+
'cachable',
19+
'is_targetted_token',
20+
# These are search targets for sniffs, can't be helped.
21+
'avail_post_stati',
22+
'url_is_accessable_via_ssl',
23+
]
1324

1425
[default.extend-words]
1526
# Don't correct a limited list of specific words.

0 commit comments

Comments
 (0)