From 7a8e4fe4d58b88883973b773835fb47c96cfa1c4 Mon Sep 17 00:00:00 2001 From: Lorna Mitchell Date: Mon, 14 Nov 2022 10:21:26 +0000 Subject: [PATCH] Make our Vale rules error rather than warn --- .github/vale/styles/Aiven/aiven_spelling.yml | 1 + .github/vale/styles/Aiven/capitalization_headings.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/vale/styles/Aiven/aiven_spelling.yml b/.github/vale/styles/Aiven/aiven_spelling.yml index 70f85382de..9664d56aa3 100644 --- a/.github/vale/styles/Aiven/aiven_spelling.yml +++ b/.github/vale/styles/Aiven/aiven_spelling.yml @@ -4,5 +4,6 @@ message: "'%s' does not seem to be a recognised word" dicpath: .github/vale/dicts # We want to add our dictionary on top of the default dictionary append: true +level: error dictionaries: - aiven diff --git a/.github/vale/styles/Aiven/capitalization_headings.yml b/.github/vale/styles/Aiven/capitalization_headings.yml index 6f1a703647..931f15717b 100644 --- a/.github/vale/styles/Aiven/capitalization_headings.yml +++ b/.github/vale/styles/Aiven/capitalization_headings.yml @@ -1,6 +1,6 @@ extends: capitalization message: "'%s' should be in sentence case" -level: warning +level: error scope: heading # $title, $sentence, $lower, $upper, or a pattern. match: $sentence