markdownlint: enable rule MD002

MD002 - First header should be a top level header
Fixed all MD002 errors

Signed-off-by: wawryk <maciejx.wawryk@intel.com>
Change-Id: Id0cb693c18f3e26556949ba2220db7b25e9edbe1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8940
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ziye Yang <ziye.yang@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
wawryk 2021-07-27 12:16:12 +02:00 committed by Tomasz Zawadzki
parent 3f944e495a
commit e5b5eabe82
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# blob-cli
The blobcli tool has several options that are listed by using the -h command
however the three operating modes are covered in more detail here:

View File

@ -1,5 +1,4 @@
all
exclude_rule 'MD002'
exclude_rule 'MD003'
exclude_rule 'MD004'
exclude_rule 'MD005'