David Anson
|
e9d63a6284
|
Add Promise-based APIs for markdownlint and readConfig, update declaration file.
|
2020-09-13 12:58:09 -07:00 |
|
David Anson
|
4286f68152
|
Introduce concurrency to asynchronous file linting for improved performance.
|
2020-09-12 12:01:20 -07:00 |
|
David Anson
|
2851a691ba
|
Make toString function on LintResults object non-enumerable (hide it from for..in).
|
2020-09-07 20:05:36 -07:00 |
|
David Anson
|
5ab938a6ab
|
Add lint rules from eslint-plugin-unicorn.
|
2020-09-06 20:34:10 -07:00 |
|
David Anson
|
e1eb81cd21
|
Add lint rules from eslint-plugin-node.
|
2020-09-06 19:49:35 -07:00 |
|
Álvaro Mondéjar
|
6dc20fcc21
|
Fix inline of links with empty link. (fixes #308)
|
2020-09-05 17:31:39 -07:00 |
|
David Anson
|
e696960aab
|
Update MD044/proper-names to handle names with non-word-character boundaries better.
|
2020-06-19 21:09:11 -07:00 |
|
David Anson
|
26e70a2c6d
|
Update MD037/no-space-in-emphasis to avoid hang when backtracking for embedded emphasis on first character of line.
|
2020-06-15 19:42:46 -07:00 |
|
David Anson
|
87aac66d68
|
Update MD044/proper-names to avoid providing bogus range when proper name could not be found.
|
2020-05-13 20:59:18 -07:00 |
|
David Anson
|
ac5d52a3e3
|
Update MD037/no-space-in-emphasis to ignore emphasis markers in link text (fixes #280).
|
2020-05-12 20:13:51 -07:00 |
|
David Anson
|
f607a49a5b
|
Update MD037/no-space-in-emphasis to handle more scenarios (refs #286).
|
2020-05-10 17:06:07 -07:00 |
|
David Anson
|
37f1d6b64b
|
Update MD037/no-space-in-emphasis to ignore emphasis markers in link text/destination (refs #286).
|
2020-05-08 16:01:42 -07:00 |
|
David Anson
|
70dc8fb6d3
|
Update MD037/no-space-in-emphasis to avoid pairing different kinds of emphasis marker.
|
2020-04-25 15:30:52 -07:00 |
|
David Anson
|
f5a71521d4
|
Update MD037/no-space-in-emphasis to ignore emphasis markers in code spans (fixes #278).
|
2020-04-25 15:10:07 -07:00 |
|
David Anson
|
bdc0246b34
|
Improve MD038/no-space-in-code to allow single-spaces surrounding a code inline with internal spaces (fixes #277).
|
2020-04-24 19:52:28 -07:00 |
|
David Anson
|
f775b9d4fb
|
Update rewritten MD037/no-space-in-emphasis to handle multiple-line emphasis (fixes #272).
|
2020-04-12 20:40:05 -07:00 |
|
David Anson
|
5c60e00a90
|
Update MD037/no-space-in-emphasis to avoid crash, handle more scenarios.
|
2020-04-11 12:33:28 -07:00 |
|
David Anson
|
678597485b
|
Fix possible crash in MD005/list-indent, reporting issue with MD029/ol-prefix.
|
2020-04-09 20:14:36 -07:00 |
|
David Anson
|
320acfd7cc
|
Update MD034/no-bare-urls to allow quoting bare URLs.
|
2020-04-08 21:58:52 -07:00 |
|
David Anson
|
e319f9501c
|
Update MD031/blanks-around-fences to add blockquote characters when fixing issues in that context.
|
2020-04-07 21:01:39 -07:00 |
|
David Anson
|
65b19b703b
|
Update MD038/no-space-in-code to allow the "single leading and trailing space" scenario (fixes #271).
|
2020-04-06 20:43:38 -07:00 |
|
David Anson
|
6ce426cf88
|
Add support for "markdownlint-configure-file" inline comments (fixes #264).
|
2020-04-05 19:47:12 -07:00 |
|
David Anson
|
dd66a33d75
|
Update MD034/no-bare-urls to ignore "[link]" scenario that conflicts with MD011/no-reversed-links (fixes #268).
|
2020-04-01 20:21:36 -07:00 |
|
David Anson
|
29f16bf402
|
Reimplement MD037/no-space-in-emphasis to better handle multiple fixes on a line and more scenarios (fixes #251).
|
2020-03-29 16:36:04 -07:00 |
|
David Anson
|
de86a26e4e
|
Update MD013/line-length to support stern parameter (fixes #256).
|
2020-03-22 14:06:29 -07:00 |
|
David Anson
|
742f2a8d79
|
Update MD029/ol-prefix to treat 0/1/2 as "ordered" (fixes #250).
|
2020-03-18 21:50:28 -07:00 |
|
David Anson
|
b87094e33d
|
Update MD018/no-missing-space-atx to ignore Keycap Number Sign emoji at start of line (fixes #257).
|
2020-03-08 19:49:52 -07:00 |
|
David Anson
|
67d1476ed8
|
Update MD039/no-space-in-links to handle RegExp match failure (fixes #262).
|
2020-03-07 19:49:57 -08:00 |
|
David Anson
|
3238ed4249
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
|
David Anson
|
26ad0550ec
|
Update MD013/line-length to allow inline image links to exceed the length threshold (fixes #248).
|
2020-01-24 21:50:50 -08:00 |
|
David Anson
|
74af9f82fb
|
Enable jsdoc/require-jsdoc rule, fix all violations (fixes #85).
|
2020-01-23 19:42:46 -08:00 |
|
David Anson
|
e3c93ed65d
|
Add eslint-plugin-jsdoc to lint script, address new violation.
|
2020-01-19 21:01:11 -08:00 |
|
David Anson
|
9ac06456d1
|
Update MD014/commands-show-output to allow blanks and output-less commands (fixes #241).
|
2020-01-18 21:28:42 -08:00 |
|
David Anson
|
6553a13b6c
|
Update MD005/list-indent to fix ordered list violations (unordered are better handled by MD007) (fixes #246).
|
2020-01-15 22:06:41 -08:00 |
|
David Anson
|
5f6e17915a
|
Copy range property of rule's onError object at time of call; add test to verify.
|
2020-01-13 19:49:51 -08:00 |
|
David Anson
|
d15324478c
|
Deprecate MD006/ul-start-left in favor of MD007/ul-indent.
|
2020-01-13 19:19:49 -08:00 |
|
David Anson
|
21b01b2a96
|
Resolve remaining TypeScript-based editor warnings in test file.
|
2020-01-11 20:48:00 -08:00 |
|
Jeremy Thomerson
|
9aeddedb7d
|
Allow for first level indentation of lists in MD007/ul-indent (fixes #242).
|
2020-01-01 12:53:03 -08:00 |
|
David Anson
|
b39e5e309e
|
Update MD013/line-length to include strict mode (fixes #237).
|
2019-12-12 21:22:45 -08:00 |
|
David Anson
|
5ae5e448b0
|
Update MD030/list-marker-space to allow bare list item markers for templating scenarios (fixes #235).
|
2019-12-10 22:09:40 -08:00 |
|
David Anson
|
6f3c67f760
|
Update MD009/no-trailing-spaces to include strict mode (fixes #216).
|
2019-12-09 22:05:57 -08:00 |
|
David Anson
|
a9251c533f
|
Add markdownlint-disable-file/markdownlint-enable-file inline comments (fixes #215).
|
2019-12-04 21:31:49 -08:00 |
|
David Anson
|
3e91da338c
|
Update MD007/ul-indent to report/fix for all unordered list item groupings.
|
2019-12-01 17:30:47 -08:00 |
|
David Anson
|
3981bc7897
|
Update MD006/ul-start-left to report/fix for all top-level items in lists that start indented.
|
2019-11-29 21:45:59 -08:00 |
|
David Anson
|
e717608cac
|
Update type declaration for MarkdownItToken with custom line/lineNumber properties.
|
2019-11-11 21:09:37 -08:00 |
|
David Anson
|
0a9ac73524
|
Introduce type declaration file for project after updating typescript dependency to 3.7.2.
|
2019-11-10 19:26:55 -08:00 |
|
Marius Lichtblau
|
e9b3cc4c18
|
Add fenced code block style rule (#224) (fixes #223).
|
2019-10-24 20:26:27 -07:00 |
|
David Anson
|
84b6d935f5
|
Fix issue in MD020/no-missing-space-closed-atx that reported errors for single-character headers (fixes #229).
|
2019-10-24 20:18:16 -07:00 |
|
David Anson
|
31ffe52f0f
|
Fix issue with MD044/proper-names where stateful RegExp could fail to match bare URLs, remove unnecessary use of bareUrlRe by MD033/no-inline-html.
|
2019-10-24 20:18:16 -07:00 |
|
David Anson
|
9202ebe390
|
Update fixInfo.lineNumber for front matter, sanitize fixInfo object from rules.
|
2019-10-19 17:34:02 -07:00 |
|