From 5b8b99e1082f21ddf30e8415df5e23eeb2b08617 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 4 Jul 2024 11:13:51 +0200 Subject: [PATCH] docs: add missing validate_jsonc var in readme (#5826) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 604c6cd8..bdf9ad2f 100644 --- a/README.md +++ b/README.md @@ -287,8 +287,9 @@ You can configure super-linter using the following environment variables: | **VALIDATE_JAVA** | `true` | Flag to enable or disable the linting process of the Java language. (Utilizing: checkstyle) | | **VALIDATE_JAVASCRIPT_ES** | `true` | Flag to enable or disable the linting process of the JavaScript language. (Utilizing: ESLint) | | **VALIDATE_JAVASCRIPT_STANDARD** | `true` | Flag to enable or disable the linting process of the JavaScript language. (Utilizing: standard) | -| **VALIDATE_JSCPD** | `true` | Flag to enable or disable the JSCPD. | +| **VALIDATE_JSCPD** | `true` | Flag to enable or disable JSCPD. | | **VALIDATE_JSON** | `true` | Flag to enable or disable the linting process of the JSON language. | +| **VALIDATE_JSONC** | `true` | Flag to enable or disable the linting process of the JSONC and JSON5 languages. | | **VALIDATE_JSX** | `true` | Flag to enable or disable the linting process for jsx files (Utilizing: ESLint) | | **VALIDATE_KOTLIN** | `true` | Flag to enable or disable the linting process of the Kotlin language. | | **VALIDATE_KUBERNETES_KUBECONFORM** | `true` | Flag to enable or disable the linting process of Kubernetes descriptors with Kubeconform |