File tree 2 files changed +4
-3
lines changed
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.
128
128
129
129
The following tests are at a ` error ` level and will prevent merging:
130
130
131
+ - [ AmSpelling] ( https://developers.google.com/style/word-list )
131
132
- [ Emdash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
132
133
- [ Endash] ( https://github.com/errata-ai/Google/blob/master/Google/EmDash.yml )
133
134
- [ Exclamation] ( https://github.com/errata-ai/Google/blob/master/Google/Exclamation.yml )
Original file line number Diff line number Diff line change 1
1
extends : existence
2
- message : " In general, use American spelling instead of '%s'."
2
+ message : " In general, use US English spelling instead of '%s'."
3
3
link : ' https://developers.google.com/style/spelling'
4
4
ignorecase : true
5
- level : suggestion
5
+ level : error
6
6
tokens :
7
7
- ' (?:\w+)nised?'
8
- - ' (?:\w+)logue'
8
+ - ' (?:\w+)logue'
You can’t perform that action at this time.
0 commit comments