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:
132132- [ Emdash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
133133- [ Endash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
134134- [ 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 )
135137- [ HeadingPunctuation] ( https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings )
136138- [ LyHyphens] ( https://developers.google.com/style/hyphens )
137139- [ 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 11extends : existence
22message : " Don't use '%s' as a gender-neutral pronoun."
33link : ' https://developers.google.com/style/pronouns#gender-neutral-pronouns'
4- level : suggestion
4+ level : error
55ignorecase : true
66tokens :
77 - he/she
88 - s/he
9- - \(s\)he
9+ - \(s\)he
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ extends: substitution
22message : " Consider using '%s' instead of '%s'."
33link : ' https://developers.google.com/style/inclusive-documentation'
44ignorecase : true
5- level : suggestion
5+ level : error
66swap :
77 (?:alumna|alumnus) : graduate
88 (?:alumnae|alumni) : graduates
4242 waitress : waiter
4343 woman doctor : doctor
4444 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