Borek Bernard
Borek Bernard
It's worth noting that in the context of [lint-staged](https://github.com/okonet/lint-staged), `markdownlint` CLI also runs for a single file only. At this point, I have to do this: ```js // .lingstagedrc.js module.exports...
Looks very good, thanks! I won't be able to test this soon but will keep that in mind for future updates of our dev infra.
@DavidAnson cli2 works beautifully for this! Does VSCode extension already do this as well?
I've got a `.markdownlintignore` file with this contents: ```ignore node_modules /prototypes ``` I've got 35 `*.md` files and running plain `markdownlint` in the folder takes about **half a minute**. I...
Thanks, I'll try to experiment with it sometimes soon.
@DavidAnson I can confirm that cli2 doesn't have this problem 🎉.
Thanks for the info. Note that a single, root-level ignore file can be a maintenance pain point in larger repos, see e.g. these feature requests for Prettier and ESLint: -...
We'd also appreciate search during local testing. @lelouch77, is there possibly some workaround for this? It doesn't need to be nice 😄.
I'm also getting the _"sandbox-exec: sandbox_apply: Operation not permitted"_ error. I'm on macOS 10.15.17 and XCode 12.0.1. BTW, I had to download the full XCode, command line tools were not...
@wderezin The two `.gitignore` files in my repo are linked above.