Skip to content

Commit

Permalink
Adjust mdl configuration
Browse files Browse the repository at this point in the history
Reviewed-by: Matthias St. Pierre <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#22405)
  • Loading branch information
hlandau authored and mattcaswell committed Oct 24, 2023
1 parent 514430c commit acf9512
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions util/markdownlint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
# Code blocks may be fenced or indented, both are OK...
# but they must be consistent throughout each file.
rule 'MD046', :style => :consistent
# Not possible to line-break tables.
rule 'MD013', :tables => false

# Bug in mdl, https://github.com/markdownlint/markdownlint/issues/313
exclude_rule 'MD007'

# Not possible to line-break tables (:tables => false)
# Not possible to line-break headers (currently cannot be selectively exempted)
exclude_rule 'MD013'

exclude_rule 'MD004' # Unordered list style TODO(fix?)
exclude_rule 'MD005' # Inconsistent indentation for list items at the same level
exclude_rule 'MD006' # Consider starting bulleted lists at the beginning of the line
Expand Down

0 comments on commit acf9512

Please sign in to comment.