From dc9d30bad6e6e45ea3f16ec074a49a4bdfb43d63 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Thu, 18 Sep 2025 09:52:57 +0900 Subject: [PATCH] Test pipeline with changes to vale file --- doc/.vale/gitlab_docs/AlertBoxStyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/.vale/gitlab_docs/AlertBoxStyle.yml b/doc/.vale/gitlab_docs/AlertBoxStyle.yml index 06ea7211587ac7..54a63aa4d508b0 100644 --- a/doc/.vale/gitlab_docs/AlertBoxStyle.yml +++ b/doc/.vale/gitlab_docs/AlertBoxStyle.yml @@ -1,7 +1,7 @@ --- name: gitlab_docs.AlertBoxStyle description: | - Makes sure alert boxes use Hugo shortcodes. + Makes sure alert boxes use Hugo shortcodes! extends: existence message: "Alert boxes are defined with hugo shortcodes. View the style guide for details." link: https://docs.gitlab.com/development/documentation/styleguide/#alert-boxes -- GitLab