making clj-kondo commited.

This commit is contained in:
2022-04-07 09:42:21 -07:00
parent 5d6bc3243c
commit 4a00355260
3 changed files with 54 additions and 1 deletions

7
.clj-kondo/config.edn Normal file
View File

@@ -0,0 +1,7 @@
{:linters {:clojure-lsp/unused-public-var {:exclude-when-defined-by #{mount.core/defstate}}
:clojure-lsp/unresolved-var {:exclude [(amazonica.aws.s3)]}
:unresolved-var {:exclude [amazonica.aws.s3]}
:private-call {:level :off}
:mount/defstate {:level :warning}}
:hooks {:analyze-call {mount.core/defstate hooks.defstate/defstate}} }