File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -302,12 +302,14 @@ of the rules within.
302
302
version numbers on `stdout`
303
303
- This top-level setting is valid **only** in the directory from which
304
304
` markdownlint-cli2` is run
305
+ - Use with `noProgress` to suppress all output to `stdout` (i.e., `--quiet`)
305
306
- `noInlineConfig` : ` Boolean` value to disable the support of
306
307
[HTML comments][html-comment] within Markdown content
307
308
- For example : ` <!-- markdownlint-disable some-rule -->`
308
309
- `noProgress` : ` Boolean` value to disable the display of progress on `stdout`
309
310
- This top-level setting is valid **only** in the directory from which
310
311
` markdownlint-cli2` is run
312
+ - Use with `noBanner` to suppress all output to `stdout` (i.e., `--quiet`)
311
313
- `outputFormatters` : ` Array` of `Array`s, each of which has a `String`
312
314
naming an [output formatter][output-formatters] followed by parameters
313
315
- Formatters can be used to customize the tool's output for different
You can’t perform that action at this time.
0 commit comments