From 1c11a23fd36b632c9a82ce0a089e947661961ca3 Mon Sep 17 00:00:00 2001 From: Gabo Date: Fri, 24 Jul 2020 14:03:26 -0500 Subject: [PATCH] Allo to pass yamllint config file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e9dd76be..f9c77028 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ and won't run anything unexpected. | **VALIDATE_TYPESCRIPT_STANDARD** | `true` | Flag to enable or disable the linting process of the Typescript language. (Utilizing: standard) | | **VALIDATE_XML** | `true` | Flag to enable or disable the linting process of the XML language. | | **VALIDATE_YAML** | `true` | Flag to enable or disable the linting process of the YAML language. | +| **YAML_CONFIG_FILE** | `.yaml-lint.yml` | Filename for [Yamllint configuration](https://yamllint.readthedocs.io/en/stable/configuration.html) (ex: `.yaml-lint.yml`, `.yamllint.yml`) | + ### Template rules files