mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
523d813b4e
The GitHub style for Pull Request and Issue templates add HTML tags for some advanced usage. The MarkDown linter should not give warnings when these are used. Signed-off-by: Niels de Vos <ndevos@redhat.com>
11 lines
417 B
Ruby
11 lines
417 B
Ruby
all
|
|
|
|
#Refer below url for more information about the markdown rules.
|
|
#https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
|
|
|
|
rule 'MD013', :code_blocks => false, :tables => false
|
|
|
|
exclude_rule 'MD033' # In-line HTML: GitHub style markdown adds HTML tags
|
|
exclude_rule 'MD040' # Fenced code blocks should have a language specified
|
|
exclude_rule 'MD041' # First line in file should be a top level header
|