mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: place the markdown linter rule to restrict the line length at 80
This try to enforce the markdown rule for the line length to 80 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
3196b798cc
commit
c4eaf6e747
@ -3,7 +3,7 @@ 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
|
||||
rule 'MD013', :code_blocks => false, :tables => false, :line_length => 80
|
||||
|
||||
exclude_rule 'MD033' # In-line HTML: GitHub style markdown adds HTML tags
|
||||
exclude_rule 'MD040' # Fenced code blocks should have a language specified
|
||||
|
Loading…
Reference in New Issue
Block a user