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
132132There is a [ VSCode plugin for Vale] ( https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode )
133133which outputs suggestions to the problems pane in the IDE.
134134
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+
135139[ See the Vale tests for Fluent Bit] ( https://github.com/fluent/fluent-bit-docs/tree/master/vale-styles ) .
136140
137141Most Vale tests are at the ` suggestion ` level and won't block merging.
138142
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 :
140144
141145- [ AmSpelling] ( https://developers.google.com/style/word-list )
142146- [ Ampersand] ( https://developers.google.com/style/word-list#ampersand )
You can’t perform that action at this time.
0 commit comments