mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Update README.md Move .mdl_style.rb Remove debug line Co-authored-by: chronos <no-reply@github.com>
12 lines
311 B
Ruby
12 lines
311 B
Ruby
all
|
|
# Ignore 80 character line length limit.
|
|
exclude_rule 'MD013'
|
|
# Ignore horizontal rule style.
|
|
exclude_rule 'MD035'
|
|
# Ignore emphasis used instead of a header.
|
|
exclude_rule 'MD036'
|
|
# Ignore first line in file should be a top level header.
|
|
exclude_rule 'MD041'
|
|
# Ignore code block style.
|
|
exclude_rule 'MD046'
|