0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00
Commit graph

17 commits

Author SHA1 Message Date
David Anson
235535bdb7 Add @stylistic/eslint-plugin to ESLint configuration. 2024-09-01 15:27:29 -07:00
David Anson
1e5b6609c9 Remove "command" input deprecated in v11. 2023-11-21 14:22:00 -08:00
David Anson
c69f13c27f Remove deprecated ESLint rules after version update. 2023-11-07 18:57:12 -08:00
David Anson
f70c069572 Add "config" and "fix" inputs, deprecate "command" input. 2023-06-11 17:36:54 -07:00
David Anson
62350ad050 Include link to rule information with title of annotations (clickable in GitHub), add
endLine/endColumn data to annotations, use output formatter instead of parsing logError
(fixes #79).
2023-04-25 19:58:01 -07:00
David Anson
9085e7e0dc Add "separator" input to enable using something other than "\n" for the globs input (fixes #58). 2022-11-30 03:29:42 +00:00
David Anson
0820d56e6c Add "command" input to allow invoking -fix and -config commands (fixes #7, fixes #8). 2022-07-21 22:24:48 -07:00
David Anson
4309653070 Update dependencies: actions/core to 1.9.0, @vercel/ncc to 0.34.0, eslint to 8.20.0, eslint-plugin-unicorn to 43.0.2. 2022-07-19 20:54:12 -07:00
David Anson
744f913a12 Convert annotation properties startLine/startColumn to the correct type, omit if not present.
fix
2022-02-05 17:18:07 -08:00
David Anson
c3b2de4a57 Include annotation information when reporting errors (fixes #5). 2022-02-05 13:16:00 -08:00
David Anson
9b0222c043 Update dependencies: eslint to 7.20.0, eslint-plugin-unicorn to 28.0.2. 2021-02-20 19:17:39 -08:00
David Anson
03a4399348 Add ESLint to test script, address new issues. 2021-01-15 20:35:50 -08:00
David Anson
dc22015534 Fix typo due to copy/paste from runnable environment. 2021-01-13 14:55:03 -08:00
David Anson
a7cc7f4b06 Convert glob input to globs to support multiple globs. 2021-01-13 14:50:05 -08:00
David Anson
aab8166ea1 Minor cleanup of unused/irrelevant components. 2021-01-13 14:17:17 -08:00
David Anson
a0ebec2ad9 Get glob input and pass through to command. 2021-01-12 22:25:46 -08:00
David Anson
7cf57ac21e Initial implementation. 2021-01-12 22:10:33 -08:00