Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D design
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Primer
  • design
  • Merge requests
  • !347

Bump `markdownlint-github` and add formatter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kate Higa requested to merge kh-bump-mdl into main Dec 29, 2022
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 3

This PR:

  • bumps markdownlint-github to latest

  • add formatter configuration. By default, the markdownlint error message doesn't include a link to the rule doc. This configures a formatter which will ensure the error message includes a link to the relevant doc like so:

    CONTRIBUTING.md:7 GH002/no-generic-link-text Avoid using generic link text like `Learn more` or `Click here` [For link: here] https://github.com/github/markdownlint-github/blob/main/docs/rules/GH002-no-generic-link-text.md

I think this is especially helpful because the rule docs might be in either markdownlint-github or markdownlint and we don't want consumers spending time looking for it.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kh-bump-mdl