From 8e79735cbb70a9294f47034088c7e0bb8b568099 Mon Sep 17 00:00:00 2001 From: Robin Candau <53110319+Antiz96@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:27:16 +0200 Subject: [PATCH] Remove custom config to accept 2 trailing spaces for mdl (#23) https://github.com/markdownlint/markdownlint/pull/452 --- .github/workflows/mdl_style.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/mdl_style.rb b/.github/workflows/mdl_style.rb index 68caea8..6452b1d 100644 --- a/.github/workflows/mdl_style.rb +++ b/.github/workflows/mdl_style.rb @@ -7,6 +7,3 @@ # Exclude rules MD002 and MD041 (`hugo` puts metadata at the top of content file which contains the top level title/header) exclude_rule 'MD002' exclude_rule 'MD041' - -# Set accepted trailing spaces to a maximum of 2 (used to break a line) for the MD009 rule -rule 'MD009', :br_spaces => 2