File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,15 @@ the prose of your pull requests and adds suggestions to improve style and clarit
132
132
There is a [ VSCode plugin for Vale] ( https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode )
133
133
which outputs suggestions to the problems pane in the IDE.
134
134
135
+ The Fluent Bit repository runs Vale as a GitHub Action on updated text in new pull
136
+ requests. Vale suggestions, errors, and warnings will display in GitHub on the
137
+ ** Files changed** page.
138
+
135
139
[ See the Vale tests for Fluent Bit] ( https://github.com/fluent/fluent-bit-docs/tree/master/vale-styles ) .
136
140
137
141
Most Vale tests are at the ` suggestion ` level and won't block merging.
138
142
139
- The following tests are at a ` error ` level and will prevent merging :
143
+ The following tests are at a ` error ` level and will cause a test failure :
140
144
141
145
- [ AmSpelling] ( https://developers.google.com/style/word-list )
142
146
- [ Ampersand] ( https://developers.google.com/style/word-list#ampersand )
You can’t perform that action at this time.
0 commit comments