From bdba1206b70197c0ac1bcd4d8a4b1642816f8522 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 3 Jul 2024 19:56:02 +0200 Subject: [PATCH] chore(ci): Exclude rule MD024 from mdl check This is to allow having multiple headers with the same content in CHANGELOG.md --- .github/workflows/mdl_style.rb | 3 +++ CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mdl_style.rb b/.github/workflows/mdl_style.rb index 33ceabd..3b457dd 100644 --- a/.github/workflows/mdl_style.rb +++ b/.github/workflows/mdl_style.rb @@ -6,3 +6,6 @@ # Allow inline HTML exclude_tag :html + +# Allow having multiple headers with the same content (for CHANGELOG.md) +exclude_rule 'MD024' diff --git a/CHANGELOG.md b/CHANGELOG.md index 99778d5..74d0546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -312,7 +312,7 @@ All notable changes to this project will be documented in this file. ## [1.5.3](https://github.com/Antiz96/arch-update/releases/tag/v1.5.3) - 2023-04-04 -- Revert the required fix for the 'checkupdate' issue when using yay (implemented in #22) as it has been fixed/reverted by upstream (https://github.com/Antiz96/arch-update/pull/23) +- Revert the required fix for the 'checkupdate' issue when using yay (implemented in #22) as it has been fixed/reverted by upstream () ## [1.5.2](https://github.com/Antiz96/arch-update/releases/tag/v1.5.2) - 2023-04-03