18 lines
528 B
YAML
18 lines
528 B
YAML
---
|
|
# Suggestion: gitlab.InclusionGender
|
|
#
|
|
# Suggests alternatives for words that are gender-specific.
|
|
#
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
|
extends: substitution
|
|
message: 'Use inclusive language. Consider "%s" instead of "%s".'
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#inclusive-language
|
|
level: suggestion
|
|
ignorecase: true
|
|
swap:
|
|
mankind: humanity, people
|
|
manpower: GitLab team members
|
|
he: they
|
|
his: their
|
|
she: they
|
|
hers: their
|