Skip to content

Commit 82743f4

Browse files
remove false positives from Fluent Bit casing test
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent f4fc5b9 commit 82743f4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

vale-styles/FluentBit/FluentBitCasing.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ignorecase: false
55
scope: text
66
tokens:
77
# 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:/\]])'
8+
- '(?<![".\w:/\]])\bfluent bit\b(?![".\w:/\]])'
9+
- '(?<![".\w:/\]])\bfluentbit\b(?![".\w:/\]])'
10+
- '(?<![".\w:/\]])\bFluent bit\b(?![".\w:/\]])'
11+
- '(?<![".\w:/\]])\bfluent Bit\b(?![".\w:/\]])'
12+
- '(?<![".\w:/\]])\bfluent-bit\b(?![".\w:/\]])'
13+
- '(?<![".\w:/\]])\bFluent-Bit\b(?![".\w:/\]])'
14+
- '(?<![".\w:/\]])\bfluent\-Bit\b(?![".\w:/\]])'
15+
- '(?<![".\w:/\]])\bFLUENT BIT\b(?![".\w:/\]])'
16+
- '(?<![".\w:/\]])\bFLUENT-BIT\b(?![".\w:/\]])'

0 commit comments

Comments
 (0)