Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/linters/actionlint.yml
Original file line number Diff line number Diff line change
@@ -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.+'
4 changes: 1 addition & 3 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading