Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ The following tests are at a `error` level and will prevent merging:
- [Emdash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml)
- [Endash](https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml)
- [Exclamation](https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml)
- [Gender](https://developers.google.com/style/pronouns#gender-neutral-pronouns)
- [GenderBias](https://developers.google.com/style/inclusive-documentation)
- [HeadingPunctuation](https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings)
- [LyHyphens](https://developers.google.com/style/hyphens)
- [NonStandardQuotes](https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/NonStandardQuotes.yml):
Expand Down
4 changes: 2 additions & 2 deletions vale-styles/FluentBit/Gender.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
extends: existence
message: "Don't use '%s' as a gender-neutral pronoun."
link: 'https://developers.google.com/style/pronouns#gender-neutral-pronouns'
level: suggestion
level: error
ignorecase: true
tokens:
- he/she
- s/he
- \(s\)he
- \(s\)he
4 changes: 2 additions & 2 deletions vale-styles/FluentBit/GenderBias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends: substitution
message: "Consider using '%s' instead of '%s'."
link: 'https://developers.google.com/style/inclusive-documentation'
ignorecase: true
level: suggestion
level: error
swap:
(?:alumna|alumnus): graduate
(?:alumnae|alumni): graduates
Expand Down Expand Up @@ -42,4 +42,4 @@ swap:
waitress: waiter
woman doctor: doctor
woman scientist[s]?: scientist(s)
work(?:m[ae]n|wom[ae]n): worker(s)
work(?:m[ae]n|wom[ae]n): worker(s)