File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ The following tests are at a `error` level and will prevent merging:
132
132
- [ Emdash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
133
133
- [ Endash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
134
134
- [ Exclamation] ( https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml )
135
+ - [ Gender] ( https://developers.google.com/style/pronouns#gender-neutral-pronouns )
136
+ - [ GenderBias] ( https://developers.google.com/style/inclusive-documentation )
135
137
- [ HeadingPunctuation] ( https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings )
136
138
- [ LyHyphens] ( https://developers.google.com/style/hyphens )
137
139
- [ NonStandardQuotes] ( https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/NonStandardQuotes.yml ) :
Original file line number Diff line number Diff line change 1
1
extends : existence
2
2
message : " Don't use '%s' as a gender-neutral pronoun."
3
3
link : ' https://developers.google.com/style/pronouns#gender-neutral-pronouns'
4
- level : suggestion
4
+ level : error
5
5
ignorecase : true
6
6
tokens :
7
7
- he/she
8
8
- s/he
9
- - \(s\)he
9
+ - \(s\)he
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ extends: substitution
2
2
message : " Consider using '%s' instead of '%s'."
3
3
link : ' https://developers.google.com/style/inclusive-documentation'
4
4
ignorecase : true
5
- level : suggestion
5
+ level : error
6
6
swap :
7
7
(?:alumna|alumnus) : graduate
8
8
(?:alumnae|alumni) : graduates
42
42
waitress : waiter
43
43
woman doctor : doctor
44
44
woman scientist[s]? : scientist(s)
45
- work(?:m[ae]n|wom[ae]n) : worker(s)
45
+ work(?:m[ae]n|wom[ae]n) : worker(s)
You can’t perform that action at this time.
0 commit comments