mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 10:31:40 +02:00
✨ Improve clj-kondo configuration.
This commit is contained in:
parent
deb39c2291
commit
74077a0ead
1 changed files with 12 additions and 2 deletions
|
@ -2,10 +2,20 @@
|
||||||
promesa.core/let clojure.core/let
|
promesa.core/let clojure.core/let
|
||||||
app.db/with-atomic clojure.core/with-open}
|
app.db/with-atomic clojure.core/with-open}
|
||||||
:linters
|
:linters
|
||||||
{:unused-binding
|
{:unsorted-required-namespaces
|
||||||
{:exclude-destructured-as true}
|
{:level :warning}
|
||||||
|
|
||||||
|
:single-key-in
|
||||||
|
{:level :warning}
|
||||||
|
|
||||||
|
:unused-binding
|
||||||
|
{:exclude-destructured-as true
|
||||||
|
:exclude-destructured-keys-in-fn-args false
|
||||||
|
}
|
||||||
|
|
||||||
:unresolved-symbol
|
:unresolved-symbol
|
||||||
{:exclude ['(app.services.mutations/defmutation)
|
{:exclude ['(app.services.mutations/defmutation)
|
||||||
'(app.services.queries/defquery)
|
'(app.services.queries/defquery)
|
||||||
|
'(mount.core/defstate)
|
||||||
]}}}
|
]}}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue