Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 16:43
6f1741d

Changelog

Features

  • 130510a feat(docs): human-readable rule titles + before/after examples in docs/rules; README table generator by @OCharnyshevich
  • 9719c24 feat(lint): --rule filter to report/fix specific rule(s) in chosen files by @OCharnyshevich
  • 2b083f6 feat(rule): list-marker-indent — flag under-indented list bodies (1.1.1 bug); unsafe re-indent fix by @OCharnyshevich

Others

  • 8364807 docs(readme): replace per-rule prose with the generated rule table (DRY) by @OCharnyshevich
  • 12925e5 refactor(cli): unify human output to one styled standard (glyph headline + indented items) by @OCharnyshevich
  • 9efb7d1 refactor: rename builtin rule files to their rule names (md_mdNNN.go markdownlint codes were cryptic) by @OCharnyshevich