Skip to content

Commit 5f9edf5

Browse files
committed
chore: disable deprected linters
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 33f04af commit 5f9edf5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/__shared-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ permissions:
1919
jobs:
2020
linter:
2121
uses: hoverkraft-tech/ci-github.qkg1.topmon/.github/workflows/linter.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
22+
with:
23+
# FIXME: Remove this on next super-linter release
24+
linter-env: |
25+
VALIDATE_JAVASCRIPT_PRETTIER=false
26+
VALIDATE_KUBERNETES_KUBECONFORM=false
27+
2228
test-action-docker-build-image:
2329
needs: linter
2430
uses: ./.github/workflows/__test-action-docker-build-image.yml

0 commit comments

Comments
 (0)