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