Skip to content

Commit

Permalink
workflows: add markdownlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-stephens authored Oct 2, 2023
1 parent 25bcc3a commit 4b4555b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .mdlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style "#{File.dirname(__FILE__)}/markdownlint.rb"
7 changes: 7 additions & 0 deletions markdownlint.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/ruby

# Enable all rules by default
all

# Extend line length, since each sentence should be on a separate line.
rule 'MD013', :line_length => 99999, :ignore_code_blocks => true

0 comments on commit 4b4555b

Please sign in to comment.