From dca59fd05a57a16b799e4303f6cb22b8e4b91f41 Mon Sep 17 00:00:00 2001 From: NetcrackerCLPLCI Date: Tue, 20 May 2025 08:43:47 +0000 Subject: [PATCH] chore: [skip ci] update of superlinter config files --- .github/linters/actionlint.yml | 12 ++++++++++-- .github/super-linter.env | 4 +--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/linters/actionlint.yml b/.github/linters/actionlint.yml index 5e04acc..93c3df3 100644 --- a/.github/linters/actionlint.yml +++ b/.github/linters/actionlint.yml @@ -1,5 +1,13 @@ paths: .github/workflows/**/*.{yml,yaml}: ignore: - - 'shellcheck reported issue in this script: SC2086:info.+' - - 'shellcheck reported issue in this script: SC2002:style.+' + - 'shellcheck reported issue in this script: SC2086:info.+' + - 'shellcheck reported issue in this script: SC2002:style.+' + workflows-templates/**/*.{yml,yaml}: + ignore: + - 'shellcheck reported issue in this script: SC2086:info.+' + - 'shellcheck reported issue in this script: SC2002:style.+' + actions/**/*.{yml,yaml}: + ignore: + - 'shellcheck reported issue in this script: SC2086:info.+' + - 'shellcheck reported issue in this script: SC2002:style.+' diff --git a/.github/super-linter.env b/.github/super-linter.env index 427ac01..af2118d 100644 --- a/.github/super-linter.env +++ b/.github/super-linter.env @@ -9,14 +9,12 @@ VALIDATE_JSCPD=false VALIDATE_JSON_PRETTIER=false VALIDATE_KUBERNETES_KUBECONFORM=false VALIDATE_MARKDOWN_PRETTIER=false -VALIDATE_YAML=false VALIDATE_YAML_PRETTIER=false # TODO: fix python files and enable the check again VALIDATE_PYTHON_BLACK=false VALIDATE_PYTHON_FLAKE8=false +VALIDATE_PYTHON_ISORT=false VALIDATE_PYTHON_MYPY=false VALIDATE_PYTHON_PYINK=false VALIDATE_PYTHON_PYLINT=false - -VALIDATE_GO=false