HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/local/wp/vendor/wp-coding-standards/wpcs/_typos.toml
[files]
extend-exclude = [
    "WordPress/Tests/*/*.inc",
    "WordPress/Tests/*/*.fixed",
    "WordPress/Tests/*/*.css",
    "WordPress/Tests/*/*.js",
]
ignore-hidden = true

[default]
locale = "en-us"
check-filename = true
extend-ignore-identifiers-re = [
    # Renaming these (function/array key) names would be a BC-break.
    'analyse_implode',
    'analyse_sprintf',
    'cachable',
    'is_targetted_token',
    # These are search targets for sniffs, can't be helped.
    'avail_post_stati',
    'url_is_accessable_via_ssl',
]

[default.extend-words]
# Don't correct a limited list of specific words.
Automattic = "Automattic"