From fbf2e89de191025292ececafdbe5eba0664d4757 Mon Sep 17 00:00:00 2001 From: Muse Mulatu Date: Tue, 22 Oct 2024 10:58:42 -0600 Subject: [PATCH] feat (vale) use regex to match konstruct Vale matched the letters `konstruct` in the middle of another sentence. Eg it would match it on `https:// kubefirst.konstruct.io/docs` and give an error. This is an acceptable scenario. This commit add regex match for konstruct --- .vale/Custom/substitutions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vale/Custom/substitutions.yml b/.vale/Custom/substitutions.yml index ad31c72e..68ad29f8 100644 --- a/.vale/Custom/substitutions.yml +++ b/.vale/Custom/substitutions.yml @@ -38,7 +38,7 @@ swap: helm: Helm https: HTTPS iam: IAM - konstruct: Konstruct + '^konstruct$': Konstruct # kubefirst: Kubefirst # Need to be activated again once we will fix all the lower cases. kubernetes: Kubernetes mongo: MongoDB