paulirish / git-open

Type `git open` to open the GitHub page or website for a repository in your browser.
MIT License
3.29k stars 247 forks source link

Markdownlint not linting #119

Closed 4U6U57 closed 6 years ago

4U6U57 commented 6 years ago

The way are tests are currently set up, Markdownlint is not actually linting our Markdown files.

To illustrate this, in master (which is currently green on Travis), this heading is level 4, while the preceeding heading is level 2, which violates MD001 - Header levels should only increment by one level at a time.

This affects both npm run lint:readme and npm run lint:man.