0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Improve clj-kondo configuration.

This commit is contained in:
Andrey Antukh 2020-12-02 11:18:49 +01:00 committed by Hirunatan
parent deb39c2291
commit 74077a0ead

View file

@ -2,10 +2,20 @@
promesa.core/let clojure.core/let
app.db/with-atomic clojure.core/with-open}
:linters
{:unused-binding
{:exclude-destructured-as true}
{:unsorted-required-namespaces
{:level :warning}
:single-key-in
{:level :warning}
:unused-binding
{:exclude-destructured-as true
:exclude-destructured-keys-in-fn-args false
}
:unresolved-symbol
{:exclude ['(app.services.mutations/defmutation)
'(app.services.queries/defquery)
'(mount.core/defstate)
]}}}