Skip to content
Merged
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
16 changes: 16 additions & 0 deletions vale-styles/FluentBit/FluentBitCasing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
extends: existence
message: "Use the proper noun 'Fluent Bit' with correct casing and spacing."
level: warning
ignorecase: false
scope: text
tokens:
# Matches incorrect variants in plain prose but excludes filenames, links, quotes, and code
- '\bfluent bit\b(?![".\w:/\]])'
- '\bfluentbit\b(?![".\w:/\]])'
- '\bFluent bit\b(?![".\w:/\]])'
- '\bfluent Bit\b(?![".\w:/\]])'
- '\bfluent-bit\b(?![".\w:/\]])'
- '\bFluent-Bit\b(?![".\w:/\]])'
- '\bfluent\-Bit\b(?![".\w:/\]])'
- '\bFLUENT BIT\b(?![".\w:/\]])'
- '\bFLUENT-BIT\b(?![".\w:/\]])'