mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
718f2d6dfd
* 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] <support@github.com> * Disable name mismatch to avoid refactoring our test logic Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
9 lines
196 B
Clojure
9 lines
196 B
Clojure
{:linters
|
|
{:unresolved-symbol
|
|
{:exclude [(compojure.api.sweet/defroutes)]}
|
|
:refer-all
|
|
{:exclude [clj-time.jdbc]}
|
|
:namespace-name-mismatch
|
|
{:level :off}
|
|
}
|
|
}
|