2020-04-27 15:16:48 +00:00
|
|
|
{:lint-as {status-im.utils.views/defview clojure.core/defn
|
|
|
|
status-im.utils.views/letsubs clojure.core/let
|
2020-12-21 07:24:58 +00:00
|
|
|
reagent.core/with-let clojkure.core/let
|
2020-04-27 15:16:48 +00:00
|
|
|
status-im.utils.fx/defn clj-kondo.lint-as/def-catch-all
|
2020-05-14 07:45:44 +00:00
|
|
|
quo.react/with-deps-check clojure.core/fn
|
2020-04-27 15:16:48 +00:00
|
|
|
quo.previews.preview/list-comp clojure.core/for
|
|
|
|
status-im.utils.styles/def clojure.core/def
|
2020-05-05 14:18:23 +00:00
|
|
|
status-im.utils.styles/defn clojure.core/defn
|
|
|
|
taoensso.tufte/defnp clojure.core/defn}
|
2020-05-14 07:45:44 +00:00
|
|
|
:linters {:invalid-arity {:skip-args [status-im.utils.fx/defn]}
|
2019-09-07 12:57:22 +00:00
|
|
|
;;TODO remove number when this is fixed
|
|
|
|
;;https://github.com/borkdude/clj-kondo/issues/867
|
|
|
|
:unresolved-symbol {:exclude [PersistentPriorityMap.EMPTY number]}}}
|