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:
parent
deb39c2291
commit
74077a0ead
1 changed files with 12 additions and 2 deletions
|
@ -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)
|
||||
]}}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue