We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddada6 commit 2bb2cc9Copy full SHA for 2bb2cc9
_typos.toml
@@ -10,6 +10,17 @@ ignore-hidden = true
10
[default]
11
locale = "en-us"
12
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
+]
24
25
[default.extend-words]
26
# Don't correct a limited list of specific words.
0 commit comments