From 2d46ebfa2acc3044c516d605cb663daa12b9d55a Mon Sep 17 00:00:00 2001 From: alexvonme <163657928+alexvonme@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:45:53 +0200 Subject: [PATCH] Update sentencelength.yml The new token would be better to count separate words. --- styles/Datadog/sentencelength.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Datadog/sentencelength.yml b/styles/Datadog/sentencelength.yml index 970bbcd..dd590a9 100644 --- a/styles/Datadog/sentencelength.yml +++ b/styles/Datadog/sentencelength.yml @@ -8,4 +8,4 @@ level: suggestion scope: sentence ignorecase: false max: 25 -token: (\w+) \ No newline at end of file +token: \b(\w+)\b