summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-06-11 11:28:02 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-07-05 11:29:43 +0200
commit915e7e75a49343ff5ddd23a54219eb32f57aa01c (patch)
treef1bff74523f07c54809e85338a7a17627129b532
parentc996f71bab433c5d0f75945206a8cfd422829a49 (diff)
util/markdownlint.rb: Add two rule exceptions: MD023 and MD026
exclude_rule 'MD023' # Headers must start at the beginning of the line exclude_rule 'MD026' # Trailing punctuation in header Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12109)
-rw-r--r--util/markdownlint.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/markdownlint.rb b/util/markdownlint.rb
index 66517484ad..64a82e3684 100644
--- a/util/markdownlint.rb
+++ b/util/markdownlint.rb
@@ -15,6 +15,8 @@ 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
exclude_rule 'MD014' # Dollar signs used before commands without showing output
+exclude_rule 'MD023' # Headers must start at the beginning of the line
exclude_rule 'MD024' # Multiple headers with the same content
exclude_rule 'MD025' # Multiple top level headers in the same document
+exclude_rule 'MD026' # Trailing punctuation in header
exclude_rule 'MD029' # Ordered list item prefix