Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,11 @@ possible. For example:
### Vale

The Fluent Bit maintainers use the [Vale](https://vale.sh/docs/) plugin, which lints
pull requests and adds suggestions to improve style and clarity.
pull requests and adds suggestions to improve style and clarity. Most Vale tests are
at the `suggestion` level and will not block merging.

The following tests are at a `warning` level and will prevent merging:

- NonStandardQuotes: Use standard quotes. Google docs use curly quotes. Copy and
pasting from Google docs requires correcting the quotes. You can
[turn off smart quotes](https://support.google.com/docs/thread/217182974/can-i-turn-smart-quotes-off-in-a-google-doc?hl=en).
2 changes: 1 addition & 1 deletion vale-styles/FluentBit/NonStandardQuotes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
extends: existence
message: 'Use standard single quotes or double quotes only. Do not use left or right quotes.'
level: suggestion
level: error
ignorecase: true
scope: raw
raw:
Expand Down