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: Maciej 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: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Maciej Wawryk 2021-08-24 08:02:03 +02:00 committed by Jim Harris
parent e8dd82e5cf
commit ba58dd940c

View File

@ -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'