From 25e971206c997ff1c0489658bfc1c556a512fab5 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 22 Jan 2025 17:30:56 +0100 Subject: [PATCH] chore: Update CI --- .github/workflows/mdl_style.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mdl_style.rb b/.github/workflows/mdl_style.rb index 87f29fd..9407188 100644 --- a/.github/workflows/mdl_style.rb +++ b/.github/workflows/mdl_style.rb @@ -3,3 +3,6 @@ # Exclude the rules that refers to the line length exclude_tag :line_length + +# Allow having multiple headers with the same content (for CHANGELOG.md) +exclude_rule 'MD024'