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 |
|
David Anson
|
6ce426cf88
|
Add support for "markdownlint-configure-file" inline comments (fixes #264).
|
2020-04-05 19:47:12 -07: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
|
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 |
|
David Anson
|
a9251c533f
|
Add markdownlint-disable-file/markdownlint-enable-file inline comments (fixes #215).
|
2019-12-04 21:31:49 -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 |
|
David Anson
|
9202ebe390
|
Update fixInfo.lineNumber for front matter, sanitize fixInfo object from rules.
|
2019-10-19 17:34:02 -07:00 |
|
David Anson
|
40ac584482
|
Update annotateTokens to handle multi-line code spans.
|
2019-09-27 21:18:16 -07:00 |
|
David Anson
|
65f6d38978
|
Validate errorInfo.fixInfo object/properties in extension calls to onError.
|
2019-09-14 13:39:27 -07:00 |
|
David Anson
|
679c83e23b
|
Update resultVersion 3 to report all issues on a line; update MD010/no-hard-tabs to log all issues.
|
2019-08-21 21:02:09 -07:00 |
|
David Anson
|
cdd87e647f
|
Add infrastructure for rules to include fix information when logging violations, update MD047 (refs #80).
|
2019-08-16 19:56:52 -07:00 |
|
David Anson
|
65052f6200
|
Add support for inline comments markdownlint-capture/markdownlint-restore (fixes #194).
|
2019-06-08 19:26:11 -07:00 |
|
David Anson
|
0f72bf054b
|
Add options.handleRuleFailures for custom rule exceptions.
|
2019-05-18 12:32:52 -07:00 |
|
David Anson
|
1b8b15693f
|
Replace assign/clone helpers with object spread syntax.
|
2019-05-05 22:27:01 -07:00 |
|
David Anson
|
b55d51cf23
|
Add additional validation of lineNumber/range properties in rule onError function.
|
2019-04-30 22:14:30 -07:00 |
|
David Anson
|
7e980401b8
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
|
David Anson
|
f614f3e1ce
|
Remove state from shared.js, move to cache.js.
|
2019-04-10 21:26:59 -07:00 |
|
David Anson
|
ec35833751
|
Update dependencies: @types/node to 11.12.0, eslint to 5.15.3, js-yaml to 3.13.0, typescript to 3.3.4000, uglify-js to 3.5.2.
|
2019-03-30 14:36:04 -07:00 |
|
David Anson
|
0184f9d618
|
Deprecate MD002/first-heading-h1 in favor of MD041/first-line-h1 (refs #169).
|
2019-03-12 22:23:12 -07:00 |
|
David Anson
|
3e753636cf
|
Handle case where token map extends beyond last line of input (fixes #166).
|
2019-02-13 19:52:34 -08:00 |
|
David Anson
|
8a175955d7
|
Add options.markdownItPlugins to support using markdown-it plugins when parsing.
|
2019-01-19 12:52:13 -08:00 |
|
David Anson
|
ff86e1d7f1
|
Add optional "information" property to custom rules to provide a link to more information.
|
2019-01-15 21:56:38 -08:00 |
|
David Anson
|
1c816897c1
|
Include file/string name in params object for custom rules (fixes #119).
|
2018-05-25 17:28:56 -07:00 |
|
David Anson
|
101edd8496
|
Add parsers parameter to readConfig/Sync to support non-JSON formats like YAML (fixes #118).
|
2018-05-23 22:24:40 -07:00 |
|
David Anson
|
213aef4564
|
Convert var to const/let (except in browser-only code).
|
2018-04-27 22:05:34 -07:00 |
|
David Anson
|
c7c4c032d1
|
Code review feedback for "header"->"heading" change.
|
2018-04-18 22:28:14 -07:00 |
|
David Anson
|
ff73e822cf
|
Make item loop iterative (vs. recursive) to handle synchronous processing of thousands of items.
|
2018-03-19 21:21:22 -07:00 |
|
David Anson
|
f80b61d8b7
|
Allow empty string for detail/context in onError callback from rules.
|
2018-03-17 22:11:56 -07:00 |
|
David Anson
|
b33acb81d9
|
Remove params.tokenLists to simplify custom rule API.
|
2018-03-01 22:37:37 -08:00 |
|
David Anson
|
7a752784f1
|
Add validation of onError callback object for rules.
|
2018-02-27 21:14:02 -08:00 |
|
David Anson
|
802c81f929
|
Add support for authoring custom rules.
|
2018-02-25 16:04:13 -08:00 |
|
David Anson
|
f24f98e146
|
Add support for using custom rules.
|
2018-02-15 21:35:58 -08:00 |
|
David Anson
|
4619a8c824
|
Refactor to run rule analysis when called, simplify functions.
|
2018-02-05 21:26:07 -08:00 |
|
David Anson
|
fda309df2f
|
Refactor to simplify and generalize rule name handling.
|
2018-02-04 20:27:20 -08:00 |
|
David Anson
|
49e36f817c
|
Remove abbreviations from rule metadata to clarify API.
|
2018-01-18 21:34:30 -08:00 |
|
David Anson
|
f79cdcb0d4
|
Rename rule params.options to .config for API consistency.
|
2018-01-17 20:52:54 -08:00 |
|
David Anson
|
a0e3b4db90
|
Remove regexp from rule definition to simplify API.
|
2018-01-16 21:27:38 -08:00 |
|
David Anson
|
25b6e6f2f3
|
Move error reporting helpers out of core to simplify API for rule.func.
|
2018-01-14 21:53:35 -08:00 |
|
David Anson
|
54c28f47c3
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
|
David Anson
|
3cecb86f9b
|
Add "// @ts-check" for better VS Code experience, address corresponding issues.
|
2017-12-15 22:55:51 -08:00 |
|
David Anson
|
f910fa0cb1
|
Add detail to MD029/ol-prefix message to help distinguish 1/1/1 from 1/2/3.
|
2017-11-20 21:49:22 -08:00 |
|
David Anson
|
7acb3d72fd
|
Improve highlighting for MD044/proper-names, add more tests.
|
2017-11-07 21:40:50 -08:00 |
|