Add tests for docs and styles, add missing tag.

This commit is contained in:
David Anson 2015-03-17 22:34:47 -07:00
parent 6ef5794927
commit 747e3c31b9
4 changed files with 107 additions and 4 deletions

View file

@ -247,7 +247,7 @@ module.exports = [
{
"name": "MD010",
"desc": "Hard tabs",
"tags": [ "whitespace" ],
"tags": [ "whitespace", "hard_tab" ],
"func": function MD010(params, errors) {
params.lines.forEach(function forLine(line, lineIndex) {
if (/\t/.test(line)) {