markdownlint-cli2
markdownlint-cli2 copied to clipboard
A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library
We run `pre-commit` in our CI pipeline and it suddenly started failing yesterday with the following error when initializing the markdownlint-cli2 hook: ```shell [INFO] Installing environment for https://github.com/DavidAnson/markdownlint-cli2. [INFO] Once...
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.48.0 to 1.48.1. Release notes Sourced from @playwright/test's releases. v1.48.1 Highlights microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]:...
Using this in an Azure Pipeline, and while I can have the pipeline show the SARIF result, the errors aren't show as build errors. I would love to have a...
`markdownlint-cli` [supports read from stdin](https://github.com/igorshubovych/markdownlint-cli/issues/32), and `markdownlint` itself supports `--stdin` option to parse stdin input. Is it possible to make markdownlint-cli2 support stdin?
I'd like to run the SARIF formatter on our CI but don't want to configure it by default for everyone running the linter itself on their development machines. I know...
Bumps [globby](https://github.com/sindresorhus/globby) from 15.0.0 to 16.0.0. Release notes Sourced from globby's releases. v16.0.0 Breaking Respect parent .gitignore files when gitignore option is enabled b9a9a84 When {gitignore: true}, Globby now searches...