Skip to content

Commit

Permalink
Remove custom config to accept 2 trailing spaces for mdl (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Oct 2, 2023
1 parent e64119c commit 8e79735
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mdl_style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e79735

Please sign in to comment.