Files
chromebrew/.mdl_style.rb
supechicken ea06c1ee59 [readme]: Revert #7795, disable some rules in linter (#7811)
* readme: Revert and various improvements

* Make github happy

* Update README.md

* Update images

* Disable `MD002`

* Make linter happy
2023-01-06 11:28:54 -06:00

11 lines
497 B
Ruby

all
rule 'MD003', style: :atx
exclude_rule 'MD002' # We use HTML <h1> tag as the top level header
exclude_rule 'MD013' # Ignore 80 character line length limit.
exclude_rule 'MD033' # We need HTML to center logo, which is not possible in pure Markdown
exclude_rule 'MD035' # Ignore horizontal rule style.
exclude_rule 'MD036' # Ignore emphasis used instead of a header.
exclude_rule 'MD041' # Ignore first line in file should be a top level header.
exclude_rule 'MD046' # Ignore code block style.