From 80d6f31d477bf57b663581994a31bd98910a89dd Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sun, 5 Mar 2023 17:39:12 +0000 Subject: [PATCH 1/2] [automation] Auto-update linters version, help and documentation --- .automation/generated/flavors-stats.json | 64 +++++++-------- .automation/generated/linter-helps.json | 8 +- .automation/generated/linter-versions.json | 6 +- CHANGELOG.md | 3 + docs/all_linters.md | 6 +- docs/descriptors/json_jsonlint.md | 10 ++- docs/descriptors/perl_perlcritic.md | 2 +- docs/descriptors/repository_checkov.md | 2 +- docs/descriptors/terraform_checkov.md | 2 +- docs/descriptors/xml_xmllint.md | 2 +- docs/used-by-stats.md | 90 +++++++++++----------- 11 files changed, 101 insertions(+), 94 deletions(-) diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json index 2ecac37f522..3cd71eb051b 100644 --- a/.automation/generated/flavors-stats.json +++ b/.automation/generated/flavors-stats.json @@ -1341,8 +1341,8 @@ 2800599 ], [ - "2023-03-05T00:36:07", - 2800770 + "2023-03-05T17:37:06", + 2801555 ] ], "ci_light": [ @@ -2687,8 +2687,8 @@ 50571 ], [ - "2023-03-05T00:36:07", - 50616 + "2023-03-05T17:37:06", + 50648 ] ], "cupcake": [ @@ -3013,8 +3013,8 @@ 3728 ], [ - "2023-03-05T00:36:07", - 3732 + "2023-03-05T17:37:06", + 3744 ] ], "dart": [ @@ -5269,8 +5269,8 @@ 120177 ], [ - "2023-03-05T00:36:07", - 120219 + "2023-03-05T17:37:06", + 120358 ] ], "dotnet": [ @@ -6615,8 +6615,8 @@ 353709 ], [ - "2023-03-05T00:36:07", - 353711 + "2023-03-05T17:37:06", + 353775 ] ], "go": [ @@ -7961,8 +7961,8 @@ 17127 ], [ - "2023-03-05T00:36:07", - 17129 + "2023-03-05T17:37:06", + 17153 ] ], "java": [ @@ -9307,8 +9307,8 @@ 110508 ], [ - "2023-03-05T00:36:07", - 110513 + "2023-03-05T17:37:06", + 110576 ] ], "javascript": [ @@ -10653,8 +10653,8 @@ 209306 ], [ - "2023-03-05T00:36:07", - 209370 + "2023-03-05T17:37:06", + 209688 ] ], "php": [ @@ -11999,8 +11999,8 @@ 46836 ], [ - "2023-03-05T00:36:07", - 46838 + "2023-03-05T17:37:06", + 46853 ] ], "python": [ @@ -13345,8 +13345,8 @@ 165996 ], [ - "2023-03-05T00:36:07", - 166076 + "2023-03-05T17:37:06", + 166246 ] ], "ruby": [ @@ -14687,8 +14687,8 @@ 3065 ], [ - "2023-03-05T00:36:07", - 3067 + "2023-03-05T17:37:06", + 3077 ] ], "rust": [ @@ -16029,8 +16029,8 @@ 4673 ], [ - "2023-03-05T00:36:07", - 4675 + "2023-03-05T17:37:06", + 4683 ] ], "salesforce": [ @@ -17375,8 +17375,8 @@ 17071 ], [ - "2023-03-05T00:36:07", - 17073 + "2023-03-05T17:37:06", + 17087 ] ], "scala": [ @@ -18719,8 +18719,8 @@ 3503 ], [ - "2023-03-05T00:36:07", - 3505 + "2023-03-05T17:37:06", + 3515 ] ], "swift": [ @@ -20061,8 +20061,8 @@ 3216 ], [ - "2023-03-05T00:36:07", - 3218 + "2023-03-05T17:37:06", + 3226 ] ], "terraform": [ @@ -21407,8 +21407,8 @@ 185675 ], [ - "2023-03-05T00:36:07", - 185711 + "2023-03-05T17:37:06", + 185893 ] ] } \ No newline at end of file diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json index 5678590be0b..8b60c334cc4 100644 --- a/.automation/generated/linter-helps.json +++ b/.automation/generated/linter-helps.json @@ -2645,7 +2645,7 @@ " -S, --single-quoted-strings support single quotes as string delimiters", " -T, --trailing-commas ignore trailing commas in objects and arrays", " -D, --no-duplicate-keys report duplicate object keys as an error", - " -V, --validate [file] JSON schema file to use for validation", + " -V, --validate [file] JSON Schema file to use for validation", " -e, --environment [env] which specification of JSON Schema the", " validation file uses", " -x, --context [num] line count used as the diff context (default: 3)", @@ -2673,8 +2673,10 @@ "", "Parsing mode can be \"cjson\" or \"json5\" to enable other flags automatically.", "If no files or directories are specified, stdin will be parsed. Environments", - "for JSON schema validation are \"json-schema-draft-04\", \"json-schema-draft-06\"", - "or \"json-schema-draft-07\". If not specified, it will be auto-detected." + "for JSON Schema validation are \"draft-04\", \"draft-06\", \"draft-07\",", + "\"draft-2019-09\" or \"draft-2020-12\". The environment may be prefixed", + "with \"json-schema-\". JSON Type Definition can be selected by \"rfc8927\",", + "\"json-type-definition\" or \"jtd\". If not specified, it will be \"draft-07\"." ], "kics": [ "Keeping Infrastructure as Code Secure", diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json index cc4cd227eab..9e47f7f51eb 100644 --- a/.automation/generated/linter-versions.json +++ b/.automation/generated/linter-versions.json @@ -8,7 +8,7 @@ "black": "23.1.0", "cfn-lint": "0.74.0", "checkmake": "0.2.0", - "checkov": "2.3.57", + "checkov": "2.3.59", "checkstyle": "10.8.0", "chktex": "1.7.6", "clippy": "0.1.67", @@ -38,7 +38,7 @@ "htmlhint": "1.1.4", "isort": "5.12.0", "jscpd": "3.5.3", - "jsonlint": "11.7.0", + "jsonlint": "13.0.1", "kics": "1.6.11", "ktlint": "0.48.2", "kubeconform": "0.5.0", @@ -52,7 +52,7 @@ "mypy": "1.0.1", "npm-groovy-lint": "11.1.1", "npm-package-json-lint": "6.4.0", - "perlcritic": "1.148", + "perlcritic": "1.150", "php": "7.4.26", "phpcs": "3.7.2", "phplint": "5.5", diff --git a/CHANGELOG.md b/CHANGELOG.md index 236ca061906..3ac4e13a130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -169,6 +169,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.27.0 to **6.28.0** on 2023-03-04 - [terragrunt](https://terragrunt.gruntwork.io) from 0.44.1 to **0.44.4** on 2023-03-04 - [protolint](https://github.com/yoheimuta/protolint) from 0.42.2 to **0.43.0** on 2023-03-04 + - [jsonlint](https://github.com/prantlf/jsonlint) from 11.7.0 to **13.0.1** on 2023-03-05 + - [perlcritic](https://metacpan.org/pod/Perl::Critic) from 1.148 to **1.150** on 2023-03-05 + - [checkov](https://www.checkov.io/) from 2.3.57 to **2.3.59** on 2023-03-05 ## [v6.19.0] - 2023-02-05 diff --git a/docs/all_linters.md b/docs/all_linters.md index c13e5b8eee6..171be70f2a1 100644 --- a/docs/all_linters.md +++ b/docs/all_linters.md @@ -14,7 +14,7 @@ | [**black**](https://github.com/psf/black){target=_blank} | 23.1.0 | [MIT](licenses/black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black){target=_blank} | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} | | [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 0.74.0 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | | [**checkmake**](https://github.com/mrtazz/checkmake){target=_blank} | 0.2.0 | [MIT](licenses/checkmake.md) | [![GitHub stars](https://img.shields.io/github/stars/mrtazz/checkmake?cacheSeconds=3600)](https://github.com/mrtazz/checkmake){target=_blank} | [MAKEFILE](descriptors/makefile_checkmake.md) | :white_circle: | [Repository](https://github.com/mrtazz/checkmake){target=_blank} | -| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.3.57 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md)
[TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} | +| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.3.59 | [Apache-2.0](licenses/checkov.md) | [![GitHub stars](https://img.shields.io/github/stars/bridgecrewio/checkov?cacheSeconds=3600)](https://github.com/bridgecrewio/checkov){target=_blank} | [REPOSITORY](descriptors/repository_checkov.md)
[TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} | | [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 10.8.0 | [LGPL-2.1](licenses/checkstyle.md) | [![GitHub stars](https://img.shields.io/github/stars/checkstyle/checkstyle?cacheSeconds=3600)](https://github.com/checkstyle/checkstyle){target=_blank} | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} | | [**chktex**](https://www.nongnu.org/chktex){target=_blank} | 1.7.6 | | | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} | | [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.67 | [Other](licenses/clippy.md) | [![GitHub stars](https://img.shields.io/github/stars/rust-lang/rust-clippy?cacheSeconds=3600)](https://github.com/rust-lang/rust-clippy){target=_blank} | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Repository](https://github.com/rust-lang/rust-clippy){target=_blank} | @@ -43,7 +43,7 @@ | [**htmlhint**](https://github.com/htmlhint/HTMLHint){target=_blank} | 1.1.4 | [MIT](licenses/htmlhint.md) | [![GitHub stars](https://img.shields.io/github/stars/htmlhint/HTMLHint?cacheSeconds=3600)](https://github.com/htmlhint/HTMLHint){target=_blank} | [HTML](descriptors/html_htmlhint.md) | :heart: | [MegaLinter reference](https://htmlhint.com/docs/user-guide/integrations/task-runner){target=_blank} | | [**isort**](https://github.com/PyCQA/isort){target=_blank} | 5.12.0 | [MIT](licenses/isort.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/isort?cacheSeconds=3600)](https://github.com/PyCQA/isort){target=_blank} | [PYTHON](descriptors/python_isort.md) | :white_circle: | [Repository](https://github.com/PyCQA/isort){target=_blank} | | [**jscpd**](https://github.com/kucherenko/jscpd){target=_blank} | 3.5.3 | [MIT](licenses/jscpd.md) | [![GitHub stars](https://img.shields.io/github/stars/kucherenko/jscpd?cacheSeconds=3600)](https://github.com/kucherenko/jscpd){target=_blank} | [COPYPASTE](descriptors/copypaste_jscpd.md) | :heart: | [MegaLinter reference](https://github.com/kucherenko/jscpd#who-uses-jscpd){target=_blank} | -| [**jsonlint**](https://github.com/prantlf/jsonlint){target=_blank} | 11.7.0 | [MIT](licenses/jsonlint.md) | [![GitHub stars](https://img.shields.io/github/stars/prantlf/jsonlint?cacheSeconds=3600)](https://github.com/prantlf/jsonlint){target=_blank} | [JSON](descriptors/json_jsonlint.md) | :white_circle: | [Repository](https://github.com/prantlf/jsonlint){target=_blank} | +| [**jsonlint**](https://github.com/prantlf/jsonlint){target=_blank} | 13.0.1 | [MIT](licenses/jsonlint.md) | [![GitHub stars](https://img.shields.io/github/stars/prantlf/jsonlint?cacheSeconds=3600)](https://github.com/prantlf/jsonlint){target=_blank} | [JSON](descriptors/json_jsonlint.md) | :white_circle: | [Repository](https://github.com/prantlf/jsonlint){target=_blank} | | [**kics**](https://github.com/checkmarx/kics){target=_blank} | 1.6.11 | [Apache-2.0](licenses/kics.md) | [![GitHub stars](https://img.shields.io/github/stars/checkmarx/kics?cacheSeconds=3600)](https://github.com/checkmarx/kics){target=_blank} | [TERRAFORM](descriptors/terraform_kics.md) | :heart: | [MegaLinter reference](https://docs.kics.io/latest/integrations/){target=_blank} | | [**ktlint**](https://github.com/pinterest/ktlint){target=_blank} | 0.48.2 | [MIT](licenses/ktlint.md) | [![GitHub stars](https://img.shields.io/github/stars/pinterest/ktlint?cacheSeconds=3600)](https://github.com/pinterest/ktlint){target=_blank} | [KOTLIN](descriptors/kotlin_ktlint.md) | :heart: | [MegaLinter reference](https://github.com/pinterest/ktlint#-with-continuous-integration){target=_blank} | | [**kubeconform**](https://github.com/yannh/kubeconform){target=_blank} | 0.5.0 | [Apache-2.0](licenses/kubeconform.md) | [![GitHub stars](https://img.shields.io/github/stars/yannh/kubeconform?cacheSeconds=3600)](https://github.com/yannh/kubeconform){target=_blank} | [KUBERNETES](descriptors/kubernetes_kubeconform.md) | :white_circle: | [Repository](https://github.com/yannh/kubeconform){target=_blank} | @@ -57,7 +57,7 @@ | [**mypy**](https://github.com/python/mypy){target=_blank} | 1.0.1 | [MIT](licenses/mypy.md) | [![GitHub stars](https://img.shields.io/github/stars/python/mypy?cacheSeconds=3600)](https://github.com/python/mypy){target=_blank} | [PYTHON](descriptors/python_mypy.md) | | [Repository](https://github.com/python/mypy){target=_blank} | | [**npm-groovy-lint**](https://github.com/nvuillam/npm-groovy-lint){target=_blank} | 11.1.1 | [GPL-3.0](licenses/npm-groovy-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/nvuillam/npm-groovy-lint?cacheSeconds=3600)](https://github.com/nvuillam/npm-groovy-lint){target=_blank} | [GROOVY](descriptors/groovy_npm_groovy_lint.md) | :heart: | [MegaLinter reference](https://nvuillam.github.io/npm-groovy-lint/#mega-linter){target=_blank} | | [**npm-package-json-lint**](https://github.com/tclindner/npm-package-json-lint){target=_blank} | 6.4.0 | [MIT](licenses/npm-package-json-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/tclindner/npm-package-json-lint?cacheSeconds=3600)](https://github.com/tclindner/npm-package-json-lint){target=_blank} | [JSON](descriptors/json_npm_package_json_lint.md) | :heart: | [MegaLinter reference](https://npmpackagejsonlint.org/docs/integrations#megalinter){target=_blank} | -| [**perlcritic**](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | 1.148 | [Other](licenses/perlcritic.md) | [![GitHub stars](https://img.shields.io/github/stars/Perl-Critic/Perl-Critic?cacheSeconds=3600)](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | [PERL](descriptors/perl_perlcritic.md) | :white_circle: | [Repository](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | +| [**perlcritic**](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | 1.150 | [Other](licenses/perlcritic.md) | [![GitHub stars](https://img.shields.io/github/stars/Perl-Critic/Perl-Critic?cacheSeconds=3600)](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | [PERL](descriptors/perl_perlcritic.md) | :white_circle: | [Repository](https://github.com/Perl-Critic/Perl-Critic){target=_blank} | | [**phpcs**](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} | 3.7.2 | [BSD-3-Clause](licenses/phpcs.md) | [![GitHub stars](https://img.shields.io/github/stars/squizlabs/PHP_CodeSniffer?cacheSeconds=3600)](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} | [PHP](descriptors/php_phpcs.md) | :white_circle: | [Repository](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} | | [**phplint**](https://github.com/overtrue/phplint){target=_blank} | 5.5 | [MIT](licenses/phplint.md) | [![GitHub stars](https://img.shields.io/github/stars/overtrue/phplint?cacheSeconds=3600)](https://github.com/overtrue/phplint){target=_blank} | [PHP](descriptors/php_phplint.md) | :white_circle: | [Repository](https://github.com/overtrue/phplint){target=_blank} | | [**phpstan**](https://github.com/phpstan/phpstan){target=_blank} | 1.10.3 | [MIT](licenses/phpstan.md) | [![GitHub stars](https://img.shields.io/github/stars/phpstan/phpstan?cacheSeconds=3600)](https://github.com/phpstan/phpstan){target=_blank} | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} | diff --git a/docs/descriptors/json_jsonlint.md b/docs/descriptors/json_jsonlint.md index a38e5457851..cd1cceb5746 100644 --- a/docs/descriptors/json_jsonlint.md +++ b/docs/descriptors/json_jsonlint.md @@ -9,7 +9,7 @@ description: How to use jsonlint (configure, ignore files, ignore errors, help & ## jsonlint documentation -- Version in MegaLinter: **11.7.0** +- Version in MegaLinter: **13.0.1** - Visit [Official Web Site](https://github.com/prantlf/jsonlint#readme){target=_blank} - See [How to configure jsonlint rules](https://github.com/prantlf/jsonlint#configuration){target=_blank} - See [Index of problems detected by jsonlint](https://github.com/prantlf/jsonlint#configuration){target=_blank} @@ -103,7 +103,7 @@ Options: -S, --single-quoted-strings support single quotes as string delimiters -T, --trailing-commas ignore trailing commas in objects and arrays -D, --no-duplicate-keys report duplicate object keys as an error - -V, --validate [file] JSON schema file to use for validation + -V, --validate [file] JSON Schema file to use for validation -e, --environment [env] which specification of JSON Schema the validation file uses -x, --context [num] line count used as the diff context (default: 3) @@ -131,8 +131,10 @@ A pattern to exclude from processing starts with "!". Parsing mode can be "cjson" or "json5" to enable other flags automatically. If no files or directories are specified, stdin will be parsed. Environments -for JSON schema validation are "json-schema-draft-04", "json-schema-draft-06" -or "json-schema-draft-07". If not specified, it will be auto-detected. +for JSON Schema validation are "draft-04", "draft-06", "draft-07", +"draft-2019-09" or "draft-2020-12". The environment may be prefixed +with "json-schema-". JSON Type Definition can be selected by "rfc8927", +"json-type-definition" or "jtd". If not specified, it will be "draft-07". ``` ### Installation on mega-linter Docker image diff --git a/docs/descriptors/perl_perlcritic.md b/docs/descriptors/perl_perlcritic.md index ab056cab1e0..bfbf8e79249 100644 --- a/docs/descriptors/perl_perlcritic.md +++ b/docs/descriptors/perl_perlcritic.md @@ -15,7 +15,7 @@ description: How to use perlcritic (configure, ignore files, ignore errors, help ## perlcritic documentation -- Version in MegaLinter: **1.148** +- Version in MegaLinter: **1.150** - Visit [Official Web Site](https://metacpan.org/pod/Perl::Critic){target=_blank} - See [How to configure perlcritic rules](https://metacpan.org/pod/Perl::Critic#CONFIGURATION){target=_blank} - See [How to disable perlcritic rules in files](https://metacpan.org/pod/Perl::Critic#BENDING-THE-RULES){target=_blank} diff --git a/docs/descriptors/repository_checkov.md b/docs/descriptors/repository_checkov.md index 5cc061cbb81..22a4dc64fec 100644 --- a/docs/descriptors/repository_checkov.md +++ b/docs/descriptors/repository_checkov.md @@ -15,7 +15,7 @@ description: How to use checkov (configure, ignore files, ignore errors, help & ## checkov documentation -- Version in MegaLinter: **2.3.57** +- Version in MegaLinter: **2.3.59** - Visit [Official Web Site](https://www.checkov.io/){target=_blank} - See [How to configure checkov rules](https://github.com/bridgecrewio/checkov#configuration-using-a-config-file){target=_blank} - If custom `.checkov.yml` config file is not found, [.checkov.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.checkov.yml){target=_blank} will be used diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md index c81869760b5..017ea812b74 100644 --- a/docs/descriptors/terraform_checkov.md +++ b/docs/descriptors/terraform_checkov.md @@ -23,7 +23,7 @@ description: How to use checkov (configure, ignore files, ignore errors, help & ## checkov documentation -- Version in MegaLinter: **2.3.57** +- Version in MegaLinter: **2.3.59** - Visit [Official Web Site](https://www.checkov.io/){target=_blank} - See [How to disable checkov rules in files](https://www.checkov.io/2.Basics/Suppressing%20and%20Skipping%20Policies.html){target=_blank} - See [Index of problems detected by checkov](https://www.checkov.io/5.Policy%20Index/all.html){target=_blank} diff --git a/docs/descriptors/xml_xmllint.md b/docs/descriptors/xml_xmllint.md index abebef13cdb..819a23de36a 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_FILTER_REGEX_INCLUDE | Custom regex including filter
Ex: `(src\|lib)` | Include every file | | XML_XMLLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter
Ex: `(test\|examples)` | Exclude no file | diff --git a/docs/used-by-stats.md b/docs/used-by-stats.md index 215e9af9f87..eb4935d04b1 100644 --- a/docs/used-by-stats.md +++ b/docs/used-by-stats.md @@ -3,62 +3,62 @@ [![](https://img.shields.io/static/v1?label=Used%20by&message=2098&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) [![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=1415&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) [![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=683&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) -[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=56161&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) +[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=56212&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents) | Repository | Stars | |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| -| [nektos/act](https://github.com/nektos/act) | 35604 | -| [PRQL/prql](https://github.com/PRQL/prql) | 6865 | +| [nektos/act](https://github.com/nektos/act) | 35620 | +| [PRQL/prql](https://github.com/PRQL/prql) | 6868 | | [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2344 | -| [IlanCosman/tide](https://github.com/IlanCosman/tide) | 1837 | -| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 1825 | -| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 1738 | -| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1567 | -| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1113 | -| [ever-co/ever-gauzy](https://github.com/ever-co/ever-gauzy) | 1039 | +| [IlanCosman/tide](https://github.com/IlanCosman/tide) | 1841 | +| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 1828 | +| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 1740 | +| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1569 | +| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | 1115 | +| [ever-co/ever-gauzy](https://github.com/ever-co/ever-gauzy) | 1040 | | [flosse/sloc](https://github.com/flosse/sloc) | 925 | | [unixorn/git-extra-commands](https://github.com/unixorn/git-extra-commands) | 854 | | [unixorn/zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) | 623 | -| [secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 570 | +| [secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox) | 571 | | [awslabs/aws-deployment-framework](https://github.com/awslabs/aws-deployment-framework) | 533 | | [practicalli/clojure-deps-edn](https://github.com/practicalli/clojure-deps-edn) | 453 | -| [Romanitho/Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 419 | +| [Romanitho/Winget-AutoUpdate](https://github.com/Romanitho/Winget-AutoUpdate) | 420 | | [ruzickap/packer-templates](https://github.com/ruzickap/packer-templates) | 362 | | [llaville/php-compatinfo](https://github.com/llaville/php-compatinfo) | 362 | | [ministryofjustice/modernisation-platform](https://github.com/ministryofjustice/modernisation-platform) | 309 | | [OCSInventory-NG/OCSInventory-Server](https://github.com/OCSInventory-NG/OCSInventory-Server) | 295 | -| [meichthys/foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 293 | -| [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 293 | +| [meichthys/foss_photo_libraries](https://github.com/meichthys/foss_photo_libraries) | 294 | +| [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) | 294 | | [xUnholy/k8s-gitops](https://github.com/xUnholy/k8s-gitops) | 282 | -| [bjw-s/home-ops](https://github.com/bjw-s/home-ops) | 268 | -| [leosuncin/nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 240 | +| [bjw-s/home-ops](https://github.com/bjw-s/home-ops) | 269 | +| [leosuncin/nest-auth-example](https://github.com/leosuncin/nest-auth-example) | 241 | | [OCSInventory-NG/OCSInventory-ocsreports](https://github.com/OCSInventory-NG/OCSInventory-ocsreports) | 192 | -| [pantheon-systems/documentation](https://github.com/pantheon-systems/documentation) | 180 | -| [toboshii/home-ops](https://github.com/toboshii/home-ops) | 164 | +| [pantheon-systems/documentation](https://github.com/pantheon-systems/documentation) | 179 | +| [toboshii/home-ops](https://github.com/toboshii/home-ops) | 166 | | [unixorn/tumult.plugin.zsh](https://github.com/unixorn/tumult.plugin.zsh) | 147 | | [unixorn/fzf-zsh-plugin](https://github.com/unixorn/fzf-zsh-plugin) | 139 | | [nvuillam/npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | 139 | | [carpenike/k8s-gitops](https://github.com/carpenike/k8s-gitops) | 136 | | [apigee/devrel](https://github.com/apigee/devrel) | 130 | | [newrelic/newrelic-python-agent](https://github.com/newrelic/newrelic-python-agent) | 127 | -| [T145/black-mirror](https://github.com/T145/black-mirror) | 126 | +| [T145/black-mirror](https://github.com/T145/black-mirror) | 125 | | [cbg-ethz/V-pipe](https://github.com/cbg-ethz/V-pipe) | 104 | | [Luzkan/smells](https://github.com/Luzkan/smells) | 97 | | [practicalli/spacemacs](https://github.com/practicalli/spacemacs) | 94 | | [philips-software/amp-embedded-infra-lib](https://github.com/philips-software/amp-embedded-infra-lib) | 91 | -| [oasisprotocol/oasis-wallet-web](https://github.com/oasisprotocol/oasis-wallet-web) | 89 | +| [oasisprotocol/oasis-wallet-web](https://github.com/oasisprotocol/oasis-wallet-web) | 88 | | [brettinternet/homelab](https://github.com/brettinternet/homelab) | 79 | | [unixorn/lima-xbar-plugin](https://github.com/unixorn/lima-xbar-plugin) | 76 | -| [Azure/ARO-RP](https://github.com/Azure/ARO-RP) | 75 | -| [rasa/scoops](https://github.com/rasa/scoops) | 72 | +| [Azure/ARO-RP](https://github.com/Azure/ARO-RP) | 74 | +| [rasa/scoops](https://github.com/rasa/scoops) | 71 | | [unixorn/warhol.plugin.zsh](https://github.com/unixorn/warhol.plugin.zsh) | 55 | | [nvuillam/vscode-groovy-lint](https://github.com/nvuillam/vscode-groovy-lint) | 55 | -| [ahmadnassri/node-glob-promise](https://github.com/ahmadnassri/node-glob-promise) | 54 | -| [practicalli/clojure](https://github.com/practicalli/clojure) | 51 | +| [ahmadnassri/node-glob-promise](https://github.com/ahmadnassri/node-glob-promise) | 53 | +| [practicalli/clojure](https://github.com/practicalli/clojure) | 52 | | [llaville/umlwriter](https://github.com/llaville/umlwriter) | 50 | | [szinn/k8s-homelab](https://github.com/szinn/k8s-homelab) | 50 | | [stepancheg/rust-tls-api](https://github.com/stepancheg/rust-tls-api) | 47 | -| [hardisgroupcom/sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 45 | +| [hardisgroupcom/sfdx-hardis](https://github.com/hardisgroupcom/sfdx-hardis) | 46 | | [0dragosh/homelab](https://github.com/0dragosh/homelab) | 43 | | [davidB/axum-tracing-opentelemetry](https://github.com/davidB/axum-tracing-opentelemetry) | 42 | | [nvuillam/sfdx-essentials](https://github.com/nvuillam/sfdx-essentials) | 42 | @@ -69,9 +69,9 @@ | [OperationCode/operationcode-pybot](https://github.com/OperationCode/operationcode-pybot) | 31 | | [Azure/benchpress](https://github.com/Azure/benchpress) | 28 | | [Amplitude-Developer-Docs/amplitude-dev-center](https://github.com/Amplitude-Developer-Docs/amplitude-dev-center) | 27 | +| [rwaltr/home-ops](https://github.com/rwaltr/home-ops) | 27 | | [nvuillam/node-java-caller](https://github.com/nvuillam/node-java-caller) | 26 | | [leosuncin/nest-typeorm-custom-repository](https://github.com/leosuncin/nest-typeorm-custom-repository) | 26 | -| [rwaltr/home-ops](https://github.com/rwaltr/home-ops) | 26 | | [ahmadnassri/node-pretty-exceptions](https://github.com/ahmadnassri/node-pretty-exceptions) | 26 | | [ahmadnassri/node-api-problem](https://github.com/ahmadnassri/node-api-problem) | 26 | | [unixorn/docker-helpers.zshplugin](https://github.com/unixorn/docker-helpers.zshplugin) | 25 | @@ -111,12 +111,13 @@ | [ahmadnassri/node-metalsmith-request](https://github.com/ahmadnassri/node-metalsmith-request) | 14 | | [ahmadnassri/node-april-fools](https://github.com/ahmadnassri/node-april-fools) | 14 | | [gmoon/s3proxy](https://github.com/gmoon/s3proxy) | 13 | +| [dochang/mb-url](https://github.com/dochang/mb-url) | 13 | | [Marx2/homelab](https://github.com/Marx2/homelab) | 13 | | [jokay/docker-ccu-historian](https://github.com/jokay/docker-ccu-historian) | 13 | | [nvuillam/github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 13 | | [svt/media-analyzer](https://github.com/svt/media-analyzer) | 12 | | [GSA/site-scanning-engine](https://github.com/GSA/site-scanning-engine) | 12 | -| [dochang/mb-url](https://github.com/dochang/mb-url) | 12 | +| [axeII/home-ops](https://github.com/axeII/home-ops) | 12 | | [tyriis/home-ops](https://github.com/tyriis/home-ops) | 12 | | [chgl/kube-powertools](https://github.com/chgl/kube-powertools) | 12 | | [ahmadnassri/node-oas-request](https://github.com/ahmadnassri/node-oas-request) | 12 | @@ -124,14 +125,14 @@ | [nvuillam/markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 11 | | [ahgraber/homelab-gitops-k3s](https://github.com/ahgraber/homelab-gitops-k3s) | 11 | | [eresturo/scanadf2docspell](https://github.com/eresturo/scanadf2docspell) | 11 | +| [dochang/elpa-clone](https://github.com/dochang/elpa-clone) | 11 | | [nvuillam/njre](https://github.com/nvuillam/njre) | 11 | | [llaville/php-compatinfo-db](https://github.com/llaville/php-compatinfo-db) | 11 | -| [axeII/home-ops](https://github.com/axeII/home-ops) | 11 | +| [rafaribe/home-ops](https://github.com/rafaribe/home-ops) | 11 | | [CoRoSoN-Kit/CoRoSoN-Kit](https://github.com/CoRoSoN-Kit/CoRoSoN-Kit) | 11 | | [Qarj/WebImblaze](https://github.com/Qarj/WebImblaze) | 10 | -| [dochang/elpa-clone](https://github.com/dochang/elpa-clone) | 10 | | [tvories/k8s-gitops](https://github.com/tvories/k8s-gitops) | 10 | -| [rafaribe/home-ops](https://github.com/rafaribe/home-ops) | 10 | +| [whoisdsmith/VAULTSIDIAN](https://github.com/whoisdsmith/VAULTSIDIAN) | 10 | | [ahmadnassri/action-semantic-release](https://github.com/ahmadnassri/action-semantic-release) | 10 | | [curedao/docs](https://github.com/curedao/docs) | 9 | | [ahgraber/homelab-infra](https://github.com/ahgraber/homelab-infra) | 9 | @@ -139,9 +140,7 @@ | [beleavemebe/marketplace-app](https://github.com/beleavemebe/marketplace-app) | 9 | | [GoogleCloudPlatform/apigee-samples](https://github.com/GoogleCloudPlatform/apigee-samples) | 9 | | [miracum/fhir-gateway](https://github.com/miracum/fhir-gateway) | 9 | -| [whoisdsmith/VAULTSIDIAN](https://github.com/whoisdsmith/VAULTSIDIAN) | 9 | | [miracum/fhir-pseudonymizer](https://github.com/miracum/fhir-pseudonymizer) | 9 | -| [CITCOM-project/CausalTestingFramework](https://github.com/CITCOM-project/CausalTestingFramework) | 9 | | [ci-monk/docker-crypto-miner](https://github.com/ci-monk/docker-crypto-miner) | 8 | | [QuantumPL/bib](https://github.com/QuantumPL/bib) | 8 | | [practicalli/neovim](https://github.com/practicalli/neovim) | 8 | @@ -152,11 +151,13 @@ | [RickCoxDev/home-cluster](https://github.com/RickCoxDev/home-cluster) | 8 | | [ahmadnassri/node-oas-fastify](https://github.com/ahmadnassri/node-oas-fastify) | 8 | | [ahmadnassri/node-autoenv](https://github.com/ahmadnassri/node-autoenv) | 8 | +| [CITCOM-project/CausalTestingFramework](https://github.com/CITCOM-project/CausalTestingFramework) | 8 | | [chgl/charts](https://github.com/chgl/charts) | 7 | | [xenedium/xecours](https://github.com/xenedium/xecours) | 7 | | [nujiak/recce](https://github.com/nujiak/recce) | 7 | | [ChristopherHX/act](https://github.com/ChristopherHX/act) | 7 | | [nvuillam/node-sarif-builder](https://github.com/nvuillam/node-sarif-builder) | 7 | +| [dochang/bumplus](https://github.com/dochang/bumplus) | 7 | | [AzorianSolutions/broadband-label-maker](https://github.com/AzorianSolutions/broadband-label-maker) | 7 | | [bjw-s/series-cleanup](https://github.com/bjw-s/series-cleanup) | 7 | | [jokay/docker-loxone-backup](https://github.com/jokay/docker-loxone-backup) | 7 | @@ -175,7 +176,6 @@ | [AlbanAndrieu/ansible-jenkins-slave-docker](https://github.com/AlbanAndrieu/ansible-jenkins-slave-docker) | 6 | | [iggy/terrarific](https://github.com/iggy/terrarific) | 6 | | [llaville/sarif-php-sdk](https://github.com/llaville/sarif-php-sdk) | 6 | -| [dochang/bumplus](https://github.com/dochang/bumplus) | 6 | | [zhorvath83/kube-cluster](https://github.com/zhorvath83/kube-cluster) | 6 | | [unixorn/gitlike-commands](https://github.com/unixorn/gitlike-commands) | 6 | | [mimmi20/browscap-helper](https://github.com/mimmi20/browscap-helper) | 6 | @@ -232,7 +232,6 @@ | [LowerRockLabs/LaravelLivewireTablesAdvancedFilters](https://github.com/LowerRockLabs/LaravelLivewireTablesAdvancedFilters) | 3 | | [xlab-si/iac-scan-runner](https://github.com/xlab-si/iac-scan-runner) | 3 | | [candlepin/candlepin-jobs](https://github.com/candlepin/candlepin-jobs) | 3 | -| [AlbanAndrieu/nabla-servers-bower-sample](https://github.com/AlbanAndrieu/nabla-servers-bower-sample) | 3 | | [rafyco/ytrss](https://github.com/rafyco/ytrss) | 3 | | [SueyGuey/Infidelity](https://github.com/SueyGuey/Infidelity) | 3 | | [stepancheg/rust-protoc-bin-vendored](https://github.com/stepancheg/rust-protoc-bin-vendored) | 3 | @@ -271,8 +270,10 @@ | [ruzickap/popular-containers-vulnerability-checks](https://github.com/ruzickap/popular-containers-vulnerability-checks) | 2 | | [FaserF/homeassistant](https://github.com/FaserF/homeassistant) | 2 | | [ruzickap/k8s-eks-rancher](https://github.com/ruzickap/k8s-eks-rancher) | 2 | +| [AlbanAndrieu/nabla-servers-bower-sample](https://github.com/AlbanAndrieu/nabla-servers-bower-sample) | 2 | | [xenedium/CatchIT-py](https://github.com/xenedium/CatchIT-py) | 2 | | [jokay/jokay.github.io](https://github.com/jokay/jokay.github.io) | 2 | +| [HinchK/snipe-it](https://github.com/HinchK/snipe-it) | 2 | | [sakkke/termy](https://github.com/sakkke/termy) | 2 | | [c6o/docs](https://github.com/c6o/docs) | 2 | | [hamza-u/gstcefsrc](https://github.com/hamza-u/gstcefsrc) | 2 | @@ -286,6 +287,7 @@ | [GaffaOverflow/gaffamap](https://github.com/GaffaOverflow/gaffamap) | 2 | | [matejkosiarcik/millipng](https://github.com/matejkosiarcik/millipng) | 2 | | [danistrebel/devrel](https://github.com/danistrebel/devrel) | 2 | +| [dochang/dotfiles](https://github.com/dochang/dotfiles) | 2 | | [matejkosiarcik/azlint](https://github.com/matejkosiarcik/azlint) | 2 | | [matejkosiarcik/dotfiles](https://github.com/matejkosiarcik/dotfiles) | 2 | | [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) | 2 | @@ -296,6 +298,7 @@ | [ThonyPrice/home-ops](https://github.com/ThonyPrice/home-ops) | 2 | | [Game-DevOps/awesome-game-devops](https://github.com/Game-DevOps/awesome-game-devops) | 2 | | [lucacalcaterra/kube-home](https://github.com/lucacalcaterra/kube-home) | 2 | +| [onidemon37/k3s-ops](https://github.com/onidemon37/k3s-ops) | 2 | | [chgl/FhirParametersGenerator](https://github.com/chgl/FhirParametersGenerator) | 2 | | [Valueguard-Index-Sweden/valueguard-python-client](https://github.com/Valueguard-Index-Sweden/valueguard-python-client) | 2 | | [proinsias/proinsias](https://github.com/proinsias/proinsias) | 2 | @@ -304,6 +307,7 @@ | [mgueye01/homelab](https://github.com/mgueye01/homelab) | 2 | | [xitobuh/flux-cluster](https://github.com/xitobuh/flux-cluster) | 2 | | [zbigniewzolnierowicz/cluster](https://github.com/zbigniewzolnierowicz/cluster) | 2 | +| [ChristfriedBalizou/homelab](https://github.com/ChristfriedBalizou/homelab) | 2 | | [singhmanavjot/infrastructure](https://github.com/singhmanavjot/infrastructure) | 2 | | [lucacalcaterra/kube-home-flux-2](https://github.com/lucacalcaterra/kube-home-flux-2) | 2 | | [miracum/recruit](https://github.com/miracum/recruit) | 2 | @@ -330,18 +334,22 @@ | [XoopsModules25x/songlist](https://github.com/XoopsModules25x/songlist) | 1 | | [mambax7/publisher](https://github.com/mambax7/publisher) | 1 | | [anandchugh/iotedge-cicd-github-actions](https://github.com/anandchugh/iotedge-cicd-github-actions) | 1 | +| [venkat-ml/linter-poc](https://github.com/venkat-ml/linter-poc) | 1 | | [jusmundi/docker-pgclient](https://github.com/jusmundi/docker-pgclient) | 1 | | [dschveninger/dougschveninger](https://github.com/dschveninger/dougschveninger) | 1 | | [joe-sharp/linter-configs](https://github.com/joe-sharp/linter-configs) | 1 | | [meshuggahtas/tasvideos](https://github.com/meshuggahtas/tasvideos) | 1 | | [KieranCHerman32/sheet-smith](https://github.com/KieranCHerman32/sheet-smith) | 1 | | [buluma/GitHub-Actions](https://github.com/buluma/GitHub-Actions) | 1 | -| [HinchK/snipe-it](https://github.com/HinchK/snipe-it) | 1 | | [stepancheg/gh-actions-gen](https://github.com/stepancheg/gh-actions-gen) | 1 | | [Simple-ML/Simple-ML](https://github.com/Simple-ML/Simple-ML) | 1 | +| [dochang/anyenv-target](https://github.com/dochang/anyenv-target) | 1 | | [dschveninger/megalinter-plugins](https://github.com/dschveninger/megalinter-plugins) | 1 | +| [dochang/sqlconv](https://github.com/dochang/sqlconv) | 1 | | [atlascloud/packages](https://github.com/atlascloud/packages) | 1 | +| [dochang/koanfenv](https://github.com/dochang/koanfenv) | 1 | | [ZauberNerd/act](https://github.com/ZauberNerd/act) | 1 | +| [dochang/svtu](https://github.com/dochang/svtu) | 1 | | [jsoref/act](https://github.com/jsoref/act) | 1 | | [piotr-yuxuan/clojure-deps-edn](https://github.com/piotr-yuxuan/clojure-deps-edn) | 1 | | [paroda/clojure-deps-edn](https://github.com/paroda/clojure-deps-edn) | 1 | @@ -376,7 +384,6 @@ | [JoelGauci/devrel](https://github.com/JoelGauci/devrel) | 1 | | [Yaya-Cout/Programes](https://github.com/Yaya-Cout/Programes) | 1 | | [gaahrdner/dotfiles](https://github.com/gaahrdner/dotfiles) | 1 | -| [dochang/dotfiles](https://github.com/dochang/dotfiles) | 1 | | [SobolevYuri/scanner_repoC](https://github.com/SobolevYuri/scanner_repoC) | 1 | | [matejkosiarcik/matejkosiarcik.com](https://github.com/matejkosiarcik/matejkosiarcik.com) | 1 | | [tobst96/mission-chief-bot-jsons](https://github.com/tobst96/mission-chief-bot-jsons) | 1 | @@ -397,16 +404,16 @@ | [stan1ey-shen/lint](https://github.com/stan1ey-shen/lint) | 1 | | [AliceO2Group/analysis-framework](https://github.com/AliceO2Group/analysis-framework) | 1 | | [SkunkOne/kluster](https://github.com/SkunkOne/kluster) | 1 | +| [kh-rawad/dotFiles](https://github.com/kh-rawad/dotFiles) | 1 | | [dmamulashvili/webapi-msa-template](https://github.com/dmamulashvili/webapi-msa-template) | 1 | | [dkw99/home-cluster](https://github.com/dkw99/home-cluster) | 1 | | [denis-ev/k8s-lab](https://github.com/denis-ev/k8s-lab) | 1 | -| [onidemon37/k3s-ops](https://github.com/onidemon37/k3s-ops) | 1 | | [ishioni/k3s-cluster](https://github.com/ishioni/k3s-cluster) | 1 | | [ahinko/simple-pg-backup](https://github.com/ahinko/simple-pg-backup) | 1 | | [snoopy82481/new_template_k3s](https://github.com/snoopy82481/new_template_k3s) | 1 | | [shotcowboystyle/wutanglan](https://github.com/shotcowboystyle/wutanglan) | 1 | -| [ChristfriedBalizou/homelab](https://github.com/ChristfriedBalizou/homelab) | 1 | | [sja/k8s-home](https://github.com/sja/k8s-home) | 1 | +| [onidemon37/home-ops](https://github.com/onidemon37/home-ops) | 1 | | [ahmadnassri/action-npm-global-path](https://github.com/ahmadnassri/action-npm-global-path) | 1 | | [ahmadnassri/action-metadata](https://github.com/ahmadnassri/action-metadata) | 1 | | [ahmadnassri/template-action-composite](https://github.com/ahmadnassri/template-action-composite) | 1 | @@ -417,6 +424,7 @@ | [codecio/home-ops](https://github.com/codecio/home-ops) | 1 | | [ipedrazas/alacasa.lab](https://github.com/ipedrazas/alacasa.lab) | 1 | | [beiertu-mms/dotfiles](https://github.com/beiertu-mms/dotfiles) | 1 | +| [daveio/tide](https://github.com/daveio/tide) | 1 | | [practicalli/vspacecode](https://github.com/practicalli/vspacecode) | 1 | | [jmuelbert/jmbde-dotnet](https://github.com/jmuelbert/jmbde-dotnet) | 1 | | [brandonmcclure/Spooky-Screensaver](https://github.com/brandonmcclure/Spooky-Screensaver) | 1 | @@ -484,7 +492,6 @@ | [svt/redisson-util-starter](https://github.com/svt/redisson-util-starter) | 0 | | [svt/flum](https://github.com/svt/flum) | 0 | | [svt/random-port-initializer](https://github.com/svt/random-port-initializer) | 0 | -| [venkat-ml/linter-poc](https://github.com/venkat-ml/linter-poc) | 0 | | [svt/gradle-yapp-publisher-plugin](https://github.com/svt/gradle-yapp-publisher-plugin) | 0 | | [Taofeeq90/Sast-Project-PHP](https://github.com/Taofeeq90/Sast-Project-PHP) | 0 | | [DIT113-V22/group-15](https://github.com/DIT113-V22/group-15) | 0 | @@ -512,7 +519,6 @@ | [ControllerShell/cshell](https://github.com/ControllerShell/cshell) | 0 | | [hemnstill/AutoinstallCreator](https://github.com/hemnstill/AutoinstallCreator) | 0 | | [Daniele-Tentoni/c89-continuous-integration](https://github.com/Daniele-Tentoni/c89-continuous-integration) | 0 | -| [dochang/anyenv-target](https://github.com/dochang/anyenv-target) | 0 | | [emacsmirror/elpa-clone](https://github.com/emacsmirror/elpa-clone) | 0 | | [emacsmirror/mb-url](https://github.com/emacsmirror/mb-url) | 0 | | [lars-reimann/.github](https://github.com/lars-reimann/.github) | 0 | @@ -537,15 +543,12 @@ | [iggy/slendmail](https://github.com/iggy/slendmail) | 0 | | [sredevopsdev/act](https://github.com/sredevopsdev/act) | 0 | | [zerdos/act](https://github.com/zerdos/act) | 0 | -| [dochang/sqlconv](https://github.com/dochang/sqlconv) | 0 | | [Ingenio/techops-lib-act](https://github.com/Ingenio/techops-lib-act) | 0 | | [BlackDex/act](https://github.com/BlackDex/act) | 0 | -| [dochang/koanfenv](https://github.com/dochang/koanfenv) | 0 | | [dandycheung/act](https://github.com/dandycheung/act) | 0 | | [djwisdom/act](https://github.com/djwisdom/act) | 0 | | [THIS-IS-NOT-A-BACKUP/act](https://github.com/THIS-IS-NOT-A-BACKUP/act) | 0 | | [Spread0x/act](https://github.com/Spread0x/act) | 0 | -| [dochang/svtu](https://github.com/dochang/svtu) | 0 | | [gitops-poc/workflows](https://github.com/gitops-poc/workflows) | 0 | | [Soarnir/android-template](https://github.com/Soarnir/android-template) | 0 | | [Soarnir/java-template](https://github.com/Soarnir/java-template) | 0 | @@ -1122,7 +1125,6 @@ | [tkuennen/flux-shortstack](https://github.com/tkuennen/flux-shortstack) | 0 | | [Venoox/k8s-cluster](https://github.com/Venoox/k8s-cluster) | 0 | | [insuusvenerati/k8s-home](https://github.com/insuusvenerati/k8s-home) | 0 | -| [kh-rawad/dotFiles](https://github.com/kh-rawad/dotFiles) | 0 | | [andrewb76/cv](https://github.com/andrewb76/cv) | 0 | | [mdaydevelopment/k8s-cluster](https://github.com/mdaydevelopment/k8s-cluster) | 0 | | [nhudson/pik8s](https://github.com/nhudson/pik8s) | 0 | @@ -1161,7 +1163,6 @@ | [ahmadnassri/template-action-docker](https://github.com/ahmadnassri/template-action-docker) | 0 | | [funkel1989/kube-v1](https://github.com/funkel1989/kube-v1) | 0 | | [Roguito/flux-cluster-template](https://github.com/Roguito/flux-cluster-template) | 0 | -| [onidemon37/home-ops](https://github.com/onidemon37/home-ops) | 0 | | [ahmadnassri/docker-unifi-api-browser](https://github.com/ahmadnassri/docker-unifi-api-browser) | 0 | | [aumer-amr/lab](https://github.com/aumer-amr/lab) | 0 | | [asujata/home-ops](https://github.com/asujata/home-ops) | 0 | @@ -1197,7 +1198,6 @@ | [JaderDias/rust_dynamodb_local](https://github.com/JaderDias/rust_dynamodb_local) | 0 | | [ankita-nema/ValidationAndHook](https://github.com/ankita-nema/ValidationAndHook) | 0 | | [ankita-nema/SampleWebhook](https://github.com/ankita-nema/SampleWebhook) | 0 | -| [daveio/tide](https://github.com/daveio/tide) | 0 | | [practicalli/amazon-web-services](https://github.com/practicalli/amazon-web-services) | 0 | | [practicalli/engineering-playbook](https://github.com/practicalli/engineering-playbook) | 0 | | [actions-marketplace-validations/ahmadnassri_action-npm-global-path](https://github.com/actions-marketplace-validations/ahmadnassri_action-npm-global-path) | 0 | From 6375597ebe254694a8a647cae242e7789b19be62 Mon Sep 17 00:00:00 2001 From: nvuillam Date: Sun, 5 Mar 2023 17:43:31 +0000 Subject: [PATCH 2/2] [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 819a23de36a..abebef13cdb 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_FILTER_REGEX_INCLUDE | Custom regex including filter
Ex: `(src\|lib)` | Include every file | | XML_XMLLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter
Ex: `(test\|examples)` | Exclude no file |