mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zanie Blue <contact@zanie.dev> Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
21 lines
326 B
YAML
21 lines
326 B
YAML
# default to true for all rules
|
|
default: true
|
|
|
|
# MD007/unordered-list-indent
|
|
MD007:
|
|
indent: 4
|
|
|
|
# MD033/no-inline-html
|
|
MD033: false
|
|
|
|
# MD041/first-line-h1
|
|
MD041: false
|
|
|
|
# MD013/line-length
|
|
MD013: false
|
|
|
|
# MD024/no-duplicate-heading
|
|
MD024:
|
|
# Allow when nested under different parents e.g. CHANGELOG.md
|
|
siblings_only: true
|