From 95a7216a80894aefd9339c9c9c0d2472f0bd6032 Mon Sep 17 00:00:00 2001 From: Javy de Koning Date: Mon, 15 May 2023 14:02:34 +0200 Subject: [PATCH] Temporarely disble cfn-lint for #619 (#630) --- .mega-linter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index 14b2bc61c..3e9e68a28 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -10,7 +10,8 @@ APPLY_FIXES: none # If you use ENABLE_LINTERS variable, all other linters will be disabled by default ENABLE_LINTERS: - BASH_EXEC - - CLOUDFORMATION_CFN_LINT + # Temporarely disable cfn-lint until megalinter v7 release. + # - CLOUDFORMATION_CFN_LINT - DOCKERFILE_HADOLINT - EDITORCONFIG_EDITORCONFIG_CHECKER - JSON_JSONLINT