mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

- I added these all the way back in December 2019 in #6826, but only today realised that things have been failing unnoticeably because "warning" level exits with status code 0, so doesn't fail CI. - Upgrading to "error" level will enable us to see the style errors in our docs and fix them faster. - My editor also auto-formatted the YAML to have double quotes instead of single.
16 lines
293 B
YAML
16 lines
293 B
YAML
---
|
|
extends: existence
|
|
message: Avoid gender-specific language when not necessary.
|
|
link: "https://github.com/Homebrew/brew/blob/HEAD/docs/Prose-Style-Guidelines.md#personal-pronouns"
|
|
level: error
|
|
ignorecase: true
|
|
tokens:
|
|
- him
|
|
- her
|
|
- she
|
|
- he
|
|
- his
|
|
- hers
|
|
- himself
|
|
- herself
|