mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
* chore: format yml * chore: merge fixups * chore: merge fixups --------- Co-authored-by: kodster28 <kody@cloudflare.com>
22 lines
573 B
YAML
22 lines
573 B
YAML
---
|
|
# Warning: cloudflare.InclusiveLanguage
|
|
#
|
|
# Suggests alternatives for words that are culturally inappropriate.
|
|
#
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
|
|
|
extends: substitution
|
|
message: "**Warning**: Use inclusive language. Consider '%s' instead of '%s'."
|
|
level: warning
|
|
ignorecase: true
|
|
swap:
|
|
blacklist(?:ed|ing|s)?: denylist
|
|
whitelist(?:ed|ing|s)?: allowlist
|
|
master: primary, main
|
|
slave: secondary
|
|
he: they
|
|
his: their
|
|
she: they
|
|
hers: their
|
|
sanity (?:check|test): check for completeness
|
|
dummy: placeholder, sample, fake
|