BonnyCI / lore--deprecated-

This repository is deprecated -- Please use bonnyci.org
0 stars 6 forks source link

Markdown linting #32

Closed mlangbehn closed 7 years ago

mlangbehn commented 7 years ago

Our current Markdown linter (textlint), may not be actually checking Markdown syntax.

As such, we need to:

  1. Verify textlint is checking Markdown syntax
  2. If it isn't, investigate other options

If we need to look at a new option, it must:

mlangbehn commented 7 years ago

Working on this in https://github.com/mlangbehn/lore/tree/add_markdownlint-cli

eggshell commented 7 years ago

I've used markdownlint with some success in the past, so I vote we move to that and bring the repo up to snuff. I'm fine with keeping the textlint stuff present since others find value in its feedback.

mlangbehn commented 7 years ago

Agreed. I'll knock that out tomorrow.