Commit graph

519 commits

Author SHA1 Message Date
David Anson
4d0c963c70 Sync to latest test file changes from Ruby implementation, commit d5145912de278e24ba7ebada19d84bb0cc609f96. 2020-01-26 20:50:29 -08:00
David Anson
3adb25c79b Remove use of deprecated HTML manifest/offline.appcache from demo web page. 2020-01-26 20:32:56 -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
a1249ad24d Add "Rationale" section to documentation for every rule (fixes #228). 2020-01-20 15:10:17 -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
David Anson
5010acad4b Add Node.js version 13 (Current) to CI matrix. 2020-01-11 13:00:04 -08:00
David Anson
6ea1a21a95 Replace nyc code-coverage with c8 (smaller, integrated with Node.js). 2020-01-11 12:57:39 -08:00
David Anson
8766fc1fc3 Remove support for end-of-life Node.js version 8. 2020-01-09 21:13:11 -08:00
David Anson
18daae9525 Replace custom promisify implementation with util.promisify. 2020-01-09 21:06:22 -08:00
David Anson
6d9cbfe7be Add simple in-process test reporter for tape output. 2020-01-09 20:57:14 -08:00
David Anson
3c100a21ff Switch from deprecated nodeunit test runner to tape. 2020-01-08 22:13:51 -08:00
David Anson
61e0ac314c Test case improvements for correctness, detail, and performance. 2020-01-06 22:09:07 -08:00
David Anson
5ce30c6156 Update LICENSE for 2020. 2020-01-04 20:00:02 -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
5634b317d6
Add schedule to run CI once a day at 12:30 UTC. 2019-12-30 13:54:43 -08:00
David Anson
5a766ccb30 No-op commit to trigger GitHub CI Action on master branch for the first time 2019-12-14 14:00:51 -08:00
David Anson
75191b7c70 Update to version 0.18.0. 2019-12-14 13:50:48 -08:00
David Anson
933c9da75c Update dependencies: @types/node to 12.12.17, cpy-cli to 3.0.0, eslint to 6.7.2, glob to 7.1.6, markdownlint-rule-helpers to 0.5.0, typescript to 3.7.3, uglify-js to 3.7.2. 2019-12-13 22:50:04 -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
c0f040e5c1 Replace Azure DevOps CI workflow with GitHub Action. 2019-12-03 21:27:34 -08:00
David Anson
3cd7457fb4
Add GitHub Action for running CI tests. 2019-12-01 22:05:28 -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
David Anson
37307d0764 Add @ts-check to JS files without it, address resulting issues. 2019-10-30 20:37:06 -07:00
David Anson
eacfa6142b Allow "$schema" field in .markdownlint.json schema (fixes #227). 2019-10-25 14:45:32 -07:00
Marius Lichtblau
e9b3cc4c18 Add fenced code block style rule (#224) (fixes #223). 2019-10-24 20:26:27 -07:00
David Anson
fd06a50ee5 Update to version 0.17.2. 2019-10-24 20:23:22 -07:00
David Anson
c60bce69e2 Add tests for MD033/no-inline-html to verify earlier fix for stateful RegExp issue (fixes #231). 2019-10-24 20:18:16 -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
Heyward Fann
57c661700a Add coc-markdownlint in README (#230) 2019-10-22 08:51:10 -07:00
David Anson
61f6df7c83 Update to version 0.17.1. 2019-10-19 17:55:10 -07:00
David Anson
26267d18bd Add .NET Documentation to Examples in README.md. 2019-10-19 17:40:13 -07: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
377323d872 Update to version 0.17.0. 2019-10-04 21:46:06 -07:00
David Anson
dc39509f25 Update dependencies: @types/node to 12.7.11, browserify to 16.5.0, eslint to 6.5.1, markdownlint-rule-helpers to 0.4.0, rimraf to 3.0.0, typescript to 3.6.3. 2019-10-03 20:56:46 -07:00
David Anson
17487dd105 Update dependencies: markdown-it to 10.0.0. 2019-10-03 20:47:28 -07:00
David Anson
b24c1e6d06 Add CodiMD to Examples section of README.md. 2019-10-02 20:18:10 -07:00