Commit ba58dd94 authored by Maciej Wawryk's avatar Maciej Wawryk Committed by Jim Harris
Browse files

markdownlint: enable rules MD035, MD036, MD039, MD047



MD035 - Horizontal rule style
MD036 - Emphasis used instead of a header
MD039 - Spaces inside link text
MD047 - File should end with a single newline character

Signed-off-by: default avatarMaciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: I92ad6be4bfc5496e29504f052893ccdcb5ade11b
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9267


Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent e8dd82e5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -8,12 +8,8 @@ rule 'MD029', :style => "ordered"
exclude_rule 'MD031'
exclude_rule 'MD033'
exclude_rule 'MD034'
exclude_rule 'MD035'
exclude_rule 'MD036'
exclude_rule 'MD037'
exclude_rule 'MD038'
exclude_rule 'MD039'
exclude_rule 'MD040'
exclude_rule 'MD041'
exclude_rule 'MD046'
exclude_rule 'MD047'