---
# Warning: gitlab_base.InclusiveLanguage
# Suggests alternatives for non-inclusive language.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: substitution
message: "Use inclusive language. Consider '%s' instead of '%s'."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.html
level: warning
ignorecase: true
swap:
  blacklist(?:ed|ing|s)?: denylist
  dummy: placeholder, sample, fake
  (?:he|she): they
  hers: their
  his: their
  mankind: humanity, people
  manpower: GitLab team members
  master: primary, main
  sanity (?:check|test): check for completeness
  slave: secondary
  whitelist(?:ed|ing|s)?: allowlist
