the default indent is 3 so we must set it to 2 as our md files are all indented with 2. Signed-off-by: Amir Haroush <amir.haroush@huawei.com> Signed-off-by: Shai Fultheim <shai.fultheim@huawei.com> Change-Id: I76c501311b6a4443dc6fc655894487b762d67abb Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17913 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
12 lines
246 B
Ruby
12 lines
246 B
Ruby
all
|
|
exclude_rule 'MD004'
|
|
rule 'MD007', :indent => 2
|
|
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'
|