diff --git a/.github/linters/actionlint.yml b/.github/linters/actionlint.yml index 5e04acc8..93c3df39 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 222e1796..2ab3223c 100644 --- a/.github/super-linter.env +++ b/.github/super-linter.env @@ -10,17 +10,15 @@ VALIDATE_JSON_PRETTIER=false VALIDATE_KUBERNETES_KUBECONFORM=false VALIDATE_MARKDOWN=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_DOCKERFILE_TRIVY=false VALIDATE_TRIVY=false - -VALIDATE_GO=false