From d17c611587eabd5e8768b14e09d491adc152f266 Mon Sep 17 00:00:00 2001 From: Ronan Hennessy Date: Fri, 8 Mar 2024 14:43:10 +0000 Subject: [PATCH] Editing alert message as the line number of the alert may not be where the problem is --- .vale/styles/AsciiDoc/ValidConditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vale/styles/AsciiDoc/ValidConditions.yml b/.vale/styles/AsciiDoc/ValidConditions.yml index fdebe677c..72d726dce 100644 --- a/.vale/styles/AsciiDoc/ValidConditions.yml +++ b/.vale/styles/AsciiDoc/ValidConditions.yml @@ -1,7 +1,7 @@ --- extends: script level: error -message: "File contains unbalanced if statements." +message: "File contains unbalanced if statements. Review the file to ensure it contains matching opening and closing if statements." link: https://docs.asciidoctor.org/asciidoc/latest/directives/ifdef-ifndef/ scope: raw script: |