Skip to content

Commit dde23f2

Browse files
committed
Vale: Fluent Bit casing test
Signed-off-by: Lynette Miles <[email protected]>
1 parent 5d84e2c commit dde23f2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
extends: existence
2+
message: "Use the proper noun 'Fluent Bit' with correct casing and spacing."
3+
level: warning
4+
ignorecase: false
5+
scope: text
6+
tokens:
7+
# Matches incorrect variants in plain prose but excludes filenames, links, quotes, and code
8+
- '\bfluent bit\b(?![".\w:/\]])'
9+
- '\bfluentbit\b(?![".\w:/\]])'
10+
- '\bFluent bit\b(?![".\w:/\]])'
11+
- '\bfluent Bit\b(?![".\w:/\]])'
12+
- '\bfluent-bit\b(?![".\w:/\]])'
13+
- '\bFluent-Bit\b(?![".\w:/\]])'
14+
- '\bfluent\-Bit\b(?![".\w:/\]])'
15+
- '\bFLUENT BIT\b(?![".\w:/\]])'
16+
- '\bFLUENT-BIT\b(?![".\w:/\]])'

0 commit comments

Comments
 (0)