From 718f2d6dfda0bbd02e51ddf83c26bb9e96a6bf71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:57:36 +0200 Subject: [PATCH] Bump cljkondo/clj-kondo from 2022.03.09-alpine to 2022.09.08-alpine (#3305) * Bump cljkondo/clj-kondo from 2022.03.09-alpine to 2022.09.08-alpine Bumps cljkondo/clj-kondo from 2022.03.09-alpine to 2022.09.08-alpine. --- updated-dependencies: - dependency-name: cljkondo/clj-kondo dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Disable name mismatch to avoid refactoring our test logic Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ferrari --- .github/linters/.clj-kondo/config.edn | 2 ++ Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/linters/.clj-kondo/config.edn b/.github/linters/.clj-kondo/config.edn index 8a2999a1..a6c6564c 100644 --- a/.github/linters/.clj-kondo/config.edn +++ b/.github/linters/.clj-kondo/config.edn @@ -3,5 +3,7 @@ {:exclude [(compojure.api.sweet/defroutes)]} :refer-all {:exclude [clj-time.jdbc]} + :namespace-name-mismatch + {:level :off} } } diff --git a/Dockerfile b/Dockerfile index 01e7439a..df4ff3ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM alpine/terragrunt:1.3.0 as terragrunt FROM tenable/terrascan:1.15.2 as terrascan FROM assignuser/chktex-alpine:v0.1.1 as chktex -FROM cljkondo/clj-kondo:2022.03.09-alpine as clj-kondo +FROM cljkondo/clj-kondo:2022.09.08-alpine as clj-kondo FROM dotenvlinter/dotenv-linter:3.2.0 as dotenv-linter FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format FROM ghcr.io/terraform-linters/tflint-bundle:v0.41.0.0 as tflint