numam-spdk/mdl_rules.rb
Maciej Wawryk cb85bf0b49 markdownlint: enable rule MD003
MD003 - Header style
Fixed all errors

Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: Ic00d38a3fa0af16581598fd49dc2ee7e1632c9d8
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9287
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2021-09-08 21:53:48 +00:00

11 lines
219 B
Ruby

all
exclude_rule 'MD004'
exclude_rule 'MD010'
rule 'MD013', :line_length => 170
exclude_rule 'MD024'
rule 'MD029', :style => "ordered"
exclude_rule 'MD031'
exclude_rule 'MD033'
exclude_rule 'MD034'
exclude_rule 'MD041'