Skip to content

Commit

Permalink
Update dependency: markdownlint to 0.25.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 5, 2022
1 parent 18eb72d commit 5276c70
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"ignore": "~5.2.0",
"js-yaml": "^4.1.0",
"jsonc-parser": "~3.0.0",
"markdownlint": "~0.24.0",
"markdownlint": "~0.25.0",
"markdownlint-rule-helpers": "~0.16.0",
"minimatch": "~3.0.4",
"run-con": "~1.2.10"
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -499,7 +499,7 @@ test('error on malformed YAML configuration file', async t => {
{stripFinalNewline: false});
} catch (error) {
t.is(error.stdout, '');
t.regex(error.stderr, /Cannot read or parse config file 'malformed-config.yaml': Unable to parse 'malformed-config.yaml'; Unexpected token/);
t.regex(error.stderr, /Cannot read or parse config file 'malformed-config.yaml': Unable to parse 'malformed-config.yaml'; Parser 0: Unexpected token/);
t.is(error.exitCode, 4);
}
});
Expand Down

0 comments on commit 5276c70

Please sign in to comment.