Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/firecracker
Path: blob/main/tests/host_tools/mdl_style.rb
1956 views
1
all
2
rule 'MD013', :tables => false
3
4
exclude_rule 'MD033'
5
exclude_rule 'MD041'
6
exclude_rule 'MD024'
7
exclude_rule 'MD026'
8
exclude_rule 'MD002'
9
10
# Some markdown code blocks are not strictly adhering to a language.
11
# For example, we may add comments to JSON code blocks that are not supported
12
# in the JSON format.
13
exclude_rule 'MD040' # Fenced code blocks should have a language specified.
14
15