mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
* readme: Revert and various improvements * Make github happy * Update README.md * Update images * Disable `MD002` * Make linter happy
11 lines
497 B
Ruby
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.
|