Skip to content

Commit 2d46ebf

Browse files
authored
Update sentencelength.yml
The new token would be better to count separate words.
1 parent 18c170b commit 2d46ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: styles/Datadog/sentencelength.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ level: suggestion
88
scope: sentence
99
ignorecase: false
1010
max: 25
11-
token: (\w+)
11+
token: \b(\w+)\b

0 commit comments

Comments
 (0)