mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
✨ Improve clj-kondo configuration.
This commit is contained in:
@@ -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)
|
||||
]}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user