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'