David Anson
|
2d19c0685b
|
Update to version 0.25.1.
|
2022-01-13 22:29:31 -08:00 |
|
David Anson
|
61bb059c75
|
Make all package.json dependency versions explicit for more deterministic installs.
|
2022-01-13 22:22:20 -08:00 |
|
David Anson
|
66d533d038
|
Update npx invocation to pass --yes to avoid prompting to install missing packages.
|
2022-01-13 22:17:11 -08:00 |
|
David Anson
|
23d8ed7c01
|
Add test case for custom rule that imports an ESM module (refs #477).
|
2022-01-11 23:08:53 -08:00 |
|
David Anson
|
b1aef98220
|
Empty commit to note that previous commit fixes #478.
|
2022-01-11 22:45:12 -08:00 |
|
David Anson
|
f77eca0006
|
Update dependency: markdown-it to 12.3.2.
|
2022-01-11 22:43:10 -08:00 |
|
David Anson
|
05b4b5fd06
|
Update copyright year to 2022.
|
2022-01-08 20:42:55 +00:00 |
|
David Anson
|
02707cf270
|
Merge branch 'next' into main
|
2021-12-27 18:51:01 -08:00 |
|
David Anson
|
4ff4cbcc41
|
Update to version 0.25.0.
|
2021-12-27 18:43:25 -08:00 |
|
David Anson
|
e298e3daa4
|
Include async/await function in custom rules test for asynchronous mode.
|
2021-12-27 18:25:18 -08:00 |
|
David Anson
|
11e9a20531
|
Update dependency: globby to 12.0.2.
|
2021-12-27 22:53:04 +00:00 |
|
David Anson
|
05b9e6e43c
|
Update dependency: strip-json-comments to 4.0.0.
|
2021-12-27 21:59:56 +00:00 |
|
David Anson
|
528758e962
|
Update dependencies: eslint to 8.5.0, eslint-plugin-jsdoc to 37.4.0.
|
2021-12-27 04:37:51 +00:00 |
|
David Anson
|
fd24b9552b
|
Remove require("os") from helpers to reduce dependencies for browser scenarios.
|
2021-12-27 03:41:43 +00:00 |
|
David Anson
|
9ec14f13a1
|
Include custom rule markdownlint-rule-github-internal-links when validating project Markdown files.
|
2021-12-23 20:52:17 +00:00 |
|
David Anson
|
5f0040679d
|
Deep freeze name/tokens/lines/frontMatterLines properties of params object before passing to (custom) rules for shared access.
|
2021-12-23 04:34:25 +00:00 |
|
Adithya Balaji
|
5253669495
|
Fix array indexing for markdownlint-disable-next-line when front matter is present.
|
2021-12-22 19:27:19 -08:00 |
|
David Anson
|
7a76f1d22d
|
Update MD039/no-space-in-links to fix reference-style links, be slightly more permissive matching link content.
|
2021-12-22 14:52:43 -08:00 |
|
David Anson
|
064a1e33e1
|
Update Node version for TestRepos workflow from 12 to 16.
|
2021-12-21 21:38:29 -08:00 |
|
David Anson
|
ff8f4ea9fc
|
Reduce execution time by ~50% by updating getEnabledRulesPerLineNumber to make enabledRules immutable and copy only when changed (also, simplify handleInlineConfig slightly).
|
2021-12-21 21:31:47 -08:00 |
|
David Anson
|
7cf9c2d6be
|
Update MD037/no-space-in-emphasis to ignore embedded underscore emphasis markers (fixes #444, fixes #408, fixes #354, fixes #324).
|
2021-12-21 22:21:28 +00:00 |
|
David Anson
|
3e8d3320f7
|
Add test for outdated ignore expressions to markdownlint-test-repos.
|
2021-12-21 05:31:26 +00:00 |
|
David Anson
|
6dea67825a
|
Update definition of helpers.isBlankLine to treat unterminated start/end comments as potentially blank lines (fixes #431).
|
2021-12-20 04:18:45 +00:00 |
|
David Anson
|
1b23976aa2
|
Update dependencies: eslint-plugin-jsdoc to 37.2.8, eslint-plugin-unicorn to 39.0.0.
|
2021-12-19 04:04:53 +00:00 |
|
David Anson
|
64fcee7e49
|
Update dependencies: c8 to 7.10.0, markdown-it-texmath to 0.9.7, markdownlint-rule-helpers to 0.15.0, ts-loader to 9.2.6, typescript to 4.5.4, webpack to 5.65.0, webpack-cli to 4.9.1.
|
2021-12-19 03:55:10 +00:00 |
|
David Anson
|
a656762710
|
Update dependency: markdown-it to 12.3.0.
|
2021-12-19 03:45:00 +00:00 |
|
David Anson
|
4ed314d1e7
|
Add npm scripts upgrade and docker-npm-run-upgrade.
|
2021-12-19 03:41:05 +00:00 |
|
David Anson
|
d57b4770ed
|
Update MD010/no-hard-tabs to allow tabs in code spans when the code_blocks parameter is set to false (for consistency) (fixes #454).
|
2021-12-17 17:24:00 -08:00 |
|
David Anson
|
0d9dfe7120
|
Split markdownlint-test-extra-* tests into separate files for (slightly) better concurrency.
|
2021-12-17 02:20:55 +00:00 |
|
David Anson
|
442dcfe5b8
|
Duplicate test markdownlint-test-extra.js to markdownlint-test-extra-type.js and markdownlint-test-extra-parse.js for splitting.
|
2021-12-17 02:15:13 +00:00 |
|
David Anson
|
ecf42ad7f5
|
Fix test break introduced by test-only dependency markdown-it-texmath changing the tag for token type "math_block" from "math" to "$$" from version 0.9.6 to 0.9.7.
|
2021-12-17 02:03:48 +00:00 |
|
David Anson
|
8849e84e1c
|
Fix test break introduced by test-only dependency markdown-it-texmath changing the tag for token type "math_block" from "math" to "$$" from version 0.9.6 to 0.9.7.
|
2021-12-17 01:56:42 +00:00 |
|
David Anson
|
4ed6af67ac
|
Placeholder to note that parent commit fixes #430.
|
2021-12-14 23:08:48 -08:00 |
|
David Anson
|
8fde53cf31
|
Update MD035/hr-style to correctly match thematic breaks in block quotes.
|
2021-12-14 23:05:03 -08:00 |
|
David Anson
|
517eb42015
|
Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397).
|
2021-12-13 21:49:43 -08:00 |
|
David Anson
|
13e375b281
|
Disable ESLint rule func-style.
|
2021-12-11 21:48:00 -08:00 |
|
David Anson
|
2056d81682
|
Add support for asynchronous custom rules (ex: to read a file or make a network request).
|
2021-12-11 21:44:25 -08:00 |
|
Darius D
|
5167f0e576
|
Remove Node 10.x logic from CI workflow. (#465)
|
2021-12-11 13:02:04 -08:00 |
|
David Anson
|
109e0d8cb6
|
Refactor custom rule exception tests for smaller size and better coverage.
|
2021-12-10 21:33:20 -08:00 |
|
David Anson
|
e7662b11b5
|
Simplify lintContent by removing errors array and processing errors in onError so nothing needs to be done after invoking a rule.
|
2021-12-04 22:09:20 -08:00 |
|
David Anson
|
d3c56d3ab8
|
Refactor lintContent to do less processing of errors for each rule and instead handle all errors at the end.
|
2021-12-04 17:02:11 -08:00 |
|
David Anson
|
e531bd6359
|
Refactor lintInput to share code between sync/async, support an async path for strings, and process files first for better concurrency.
|
2021-12-03 22:43:58 -08:00 |
|
David Anson
|
53e5e4272e
|
Update custom rules tests to have matching coverage for sync and async scenarios, use test.cb/t.end for all async tests.
|
2021-11-30 22:35:19 -08:00 |
|
David Anson
|
e3c75289bc
|
Split config tests into a dedicated test file.
|
2021-11-30 22:03:31 -08:00 |
|
David Anson
|
4d57de5c06
|
Duplicate markdownlint-test.js to markdownlint-test-config.js to split out config tests.
|
2021-11-30 21:58:54 -08:00 |
|
David Anson
|
7330ea4946
|
Add information about parser/index to error messages when parsing configuration file content.
|
2021-11-30 21:28:59 -08:00 |
|
David Anson
|
925f9cd168
|
Simplify exclusions for external repository tests, make exclusions more selective.
|
2021-11-29 22:21:23 -08:00 |
|
David Anson
|
291597edb9
|
Update rules MD049/emphasis-style and MD050/strong-style to include range and fixInfo when reporting issues (i.e., to be automatically fixable).
|
2021-11-28 23:26:02 -08:00 |
|
David Anson
|
a508824b0f
|
Refactor helpers.emphasisMarkersInContent slightly to avoid duplicate/unnecessary work.
|
2021-11-26 05:37:04 +00:00 |
|
David Anson
|
11806dc5cb
|
Tokens inside tables that lack a map should get it from the surrounding table row (which is more scoped than the table body) (fixes #463).
|
2021-11-26 04:26:15 +00:00 |
|