1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00
node-feature-discovery/v0.8/mdl-style.rb
Github Actions ad277aa6a6 Update documentation for v0.8
Auto-generated from v0.8.2-11-g1c85f31 by 'update-gh-pages.sh'
2022-01-21 15:20:06 +00:00

9 lines
382 B
Ruby

all
# 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'
# Exclude MD041 - First line in file should be a top level header
exclude_rule 'MD041'
rule 'MD013', :tables => false
rule 'MD013', :code_blocks => false
rule 'MD024', :allow_different_nesting => true