From 4b2527748e175bf87be1257faf9b6138a7accb38 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Fri, 3 May 2024 12:39:58 +0200 Subject: [PATCH 1/2] Update Vale version --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e31bb54d3..dfc475059a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: reporter: github-pr-check fail_on_error: true filter_mode: file - version: 2.30.0 + version: 3.4.2 - name: Vale Guide Linter @@ -46,7 +46,7 @@ jobs: reporter: github-pr-check fail_on_error: true filter_mode: file - version: 2.30.0 + version: 3.4.2 yaml-validate: From b379a13eb83084bf60f70dd005d0467f77b87eef Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Mon, 6 May 2024 22:47:22 +0200 Subject: [PATCH 2/2] Add acceptable exceptions to heading rule --- vale/WTD/headings.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vale/WTD/headings.yml b/vale/WTD/headings.yml index 9cc31d2a18..076d21056a 100644 --- a/vale/WTD/headings.yml +++ b/vale/WTD/headings.yml @@ -4,7 +4,9 @@ level: error scope: heading match: $sentence exceptions: + - API - API Blueprint + - ARID - AsciiDoc - Bootstrap - DocOps @@ -15,7 +17,12 @@ exceptions: - Guzzle - HTMLProofer - Read the Docs + - README + - SEO - Sphinx + - UI + - UX - Write the Docs + - WTD - XML - reStructuredText