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
- [ NonStandardQuotes] ( https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/NonStandardQuotes.yml ) :
132
133
[ Use standard quotes] ( https://developers.google.com/style/quotation-marks#straight-and-curly-quotation-marks ) .
133
134
By default, Google Docs and Microsoft Word turn standard straight quotes into "smart"
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