mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add tests for docs and styles, add missing tag.
This commit is contained in:
parent
6ef5794927
commit
747e3c31b9
4 changed files with 107 additions and 4 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue