2021-02-25 11:44:01 +00:00
|
|
|
all
|
2021-09-27 12:31:49 +00:00
|
|
|
# Exclude MD022 - Headers should be surrounded by blank lines. The kramdown
|
|
|
|
# "class magic" (like {: .no_toc}) needs to be directly below the heading line.
|
|
|
|
exclude_rule 'MD022'
|
2021-02-25 11:44:01 +00:00
|
|
|
# Exclude MD041 - First line in file should be a top level header
|
|
|
|
exclude_rule 'MD041'
|
|
|
|
rule 'MD013', :tables => false
|
2022-12-01 18:57:21 +00:00
|
|
|
rule 'MD007', :indent => 2
|
|
|
|
rule 'MD013', :ignore_code_blocks => true
|
2021-02-25 11:44:01 +00:00
|
|
|
rule 'MD024', :allow_different_nesting => true
|
2023-10-25 19:12:47 +00:00
|
|
|
# MD056 - Inconsistent number of columns in table
|
|
|
|
# docs/deployment/helm.md:98
|
|
|
|
exclude_rule 'MD056'
|