Skip to content

Commit

Permalink
feat (vale) use regex to match konstruct
Browse files Browse the repository at this point in the history
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
  • Loading branch information
muse-sisay committed Oct 22, 2024
1 parent 10a65d0 commit fbf2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vale/Custom/substitutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbf2e89

Please sign in to comment.