From 6066db8c99485ab059f7b12ba173a5af71c38c4e Mon Sep 17 00:00:00 2001 From: nvuillam Date: Thu, 29 Aug 2024 22:35:57 +0000 Subject: [PATCH] [MegaLinter] Apply linters fixes --- docs/descriptors/xml_xmllint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/descriptors/xml_xmllint.md b/docs/descriptors/xml_xmllint.md index b9ff1794ccb..8fa4b568fc8 100644 --- a/docs/descriptors/xml_xmllint.md +++ b/docs/descriptors/xml_xmllint.md @@ -25,7 +25,7 @@ To apply file formatting you must set `XML_XMLLINT_CLI_LINT_MODE: file` and `XML | Variable | Description | Default value | |-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------| | XML_XMLLINT_AUTOFORMAT | If set to `true`, it will reformat and reindent the output | `false` | -| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | ` ` | +| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | `` | | XML_XMLLINT_ARGUMENTS | User custom arguments to add in linter CLI call
Ex: `-s --foo "bar"` | | | XML_XMLLINT_COMMAND_REMOVE_ARGUMENTS | User custom arguments to remove from command line before calling the linter
Ex: `-s --foo "bar"` | | | XML_XMLLINT_FILTER_REGEX_INCLUDE | Custom regex including filter
Ex: `(src\|lib)` | Include every file |