Skip to content

Commit

Permalink
Merge pull request #88 from publiccodenet/no-more-bare-urls
Browse files Browse the repository at this point in the history
remove exception for "MD034 Bare URL used"
  • Loading branch information
Ainali authored Oct 11, 2023
2 parents d1c357c + 97a817d commit 73560bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script/test-markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# MD024 Multiple headers with the same content
# MD026 Trailing punctuation in header
# MD032 Lists should be surrounded by blank lines
# MD034 Bare URL used
# MD055 Table row doesn't begin/end with pipes
# MD057 Table has missing or invalid header separation

bundle exec mdl -r ~MD007,~MD013,~MD029,~MD024,~MD026,~MD032,~MD034,~MD055,~MD057 -i -g '.'
#
bundle exec mdl -r ~MD007,~MD013,~MD029,~MD024,~MD026,~MD032,~MD055,~MD057 -i -g '.'

0 comments on commit 73560bb

Please sign in to comment.