File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -123,4 +123,11 @@ possible. For example:
123123### Vale
124124
125125The Fluent Bit maintainers use the [ Vale] ( https://vale.sh/docs/ ) plugin, which lints
126- pull requests and adds suggestions to improve style and clarity.
126+ pull requests and adds suggestions to improve style and clarity. Most Vale tests are
127+ at the ` suggestion ` level and will not block merging.
128+
129+ The following tests are at a ` warning ` level and will prevent merging:
130+
131+ - NonStandardQuotes: Use standard quotes. Google docs use curly quotes. Copy and
132+ pasting from Google docs requires correcting the quotes. You can
133+ [ turn off smart quotes] ( https://support.google.com/docs/thread/217182974/can-i-turn-smart-quotes-off-in-a-google-doc?hl=en ) .
Original file line number Diff line number Diff line change 11---
22extends : existence
33message : ' Use standard single quotes or double quotes only. Do not use left or right quotes.'
4- level : suggestion
4+ level : error
55ignorecase : true
66scope : raw
77raw :
You can’t perform that action at this time.
0 commit comments