File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,10 @@ The following tests are at a `error` level and will prevent merging:
131
131
- [ NonStandardQuotes] ( https://github.com/fluent/fluent-bit-docs/blob/master/vale-styles/FluentBit/NonStandardQuotes.yml ) :
132
132
[ Use standard quotes] ( https://developers.google.com/style/quotation-marks#straight-and-curly-quotation-marks ) .
133
133
By default, Google Docs and Microsoft Word turn standard straight quotes into "smart"
134
- curly quotes. If you copy-paste from one of these tools, you must correct the quotes
135
- back to straight quotes. You can also turn off smart quotes
136
- in [ Google Docs] ( https://support.google.com/docs/thread/217182974/can-i-turn-smart-quotes-off-in-a-google-doc?hl=en )
134
+ curly quotes. If you copy-paste from one of these tools, you must correct the quotes
135
+ back to straight quotes. You can also turn off smart quotes
136
+ in [ Google Docs] ( https://support.google.com/docs/thread/217182974/can-i-turn-smart-quotes-off-in-a-google-doc?hl=en )
137
137
or [ Microsoft Word] ( https://support.microsoft.com/en-us/office/smart-quotes-in-word-and-powerpoint-702fc92e-b723-4e3d-b2cc-71dedaf2f343 )
138
138
to prevent this problem.
139
+ - [ Repetition] ( https://github.com/errata-ai/vale/blob/v3/testdata/styles/Markup/Repetition.yml ) :
140
+ Checks for the same word used twice in succession.
Original file line number Diff line number Diff line change 1
1
---
2
2
extends : repetition
3
3
message : ' "%s" is repeated.'
4
- level : suggestion
4
+ level : error
5
5
alpha : true
6
6
tokens :
7
7
- ' [^\s]+'
You can’t perform that action at this time.
0 commit comments