File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ at the `suggestion` level and won't block merging.
128128
129129The following tests are at a ` error ` level and will prevent merging:
130130
131+ - [ AmSpelling] ( https://developers.google.com/style/word-list )
131132- [ Emdash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
132133- [ Endash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
133134- [ Exclamation] ( https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml )
Original file line number Diff line number Diff line change 11extends : existence
2- message : " In general, use American spelling instead of '%s'."
2+ message : " In general, use US English spelling instead of '%s'."
33link : ' https://developers.google.com/style/spelling'
44ignorecase : true
5- level : suggestion
5+ level : error
66tokens :
77 - ' (?:\w+)nised?'
8- - ' (?:\w+)logue'
8+ - ' (?:\w+)logue'
You can’t perform that action at this time.
0 commit comments