From d1ec79b6115efb61b713c2663df27fd240f91909 Mon Sep 17 00:00:00 2001 From: nvuillam Date: Mon, 20 May 2024 21:47:32 +0000 Subject: [PATCH] [MegaLinter] Apply linters fixes --- docs/descriptors/css_scss_lint.md | 2 +- docs/descriptors/xml_xmllint.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/descriptors/css_scss_lint.md b/docs/descriptors/css_scss_lint.md index b225c9682f3..1ca671548e8 100644 --- a/docs/descriptors/css_scss_lint.md +++ b/docs/descriptors/css_scss_lint.md @@ -15,7 +15,7 @@ description: How to use scss-lint (configure, ignore files, ignore errors, help > This linter has been deprecated. > -> https://github.com/sds/scss-lint#notice-consider-other-tools-before-adopting-scss-lint +> > > You should disable scss-lint by adding it in DISABLE_LINTERS property. > diff --git a/docs/descriptors/xml_xmllint.md b/docs/descriptors/xml_xmllint.md index 3150f7c9ec1..43b845f17fa 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 |