2021-06-17 06:26:38 -05:00
|
|
|
{:lint-as
|
|
|
|
{promesa.core/let clojure.core/let
|
|
|
|
rumext.alpha/defc clojure.core/defn
|
2021-06-17 08:24:42 -05:00
|
|
|
rumext.alpha/fnc clojure.core/fn
|
2021-06-17 06:26:38 -05:00
|
|
|
app.common.data/export clojure.core/def
|
|
|
|
app.db/with-atomic clojure.core/with-open}
|
2021-05-31 02:06:14 -05:00
|
|
|
|
|
|
|
:hooks
|
2021-06-17 06:26:38 -05:00
|
|
|
{:analyze-call {app.common.data/export hooks.export/export
|
|
|
|
potok.core/reify hooks.export/potok-reify}}
|
2021-05-31 02:06:14 -05:00
|
|
|
|
2020-12-02 06:36:08 -05:00
|
|
|
:output
|
2021-06-17 06:26:38 -05:00
|
|
|
{:exclude-files
|
|
|
|
["data_readers.clj"
|
|
|
|
"app/util/perf.cljs"
|
|
|
|
"app/util/import/.*"
|
|
|
|
"app/worker/.*"
|
|
|
|
"app/main/ui.*"
|
|
|
|
"app/libs/.*"
|
2021-06-17 08:24:42 -05:00
|
|
|
"app/main/data/workspace/path/selection.cljs"
|
|
|
|
"app/main/data/workspace/transforms.cljs"
|
2021-06-17 06:26:38 -05:00
|
|
|
]}
|
2020-12-02 06:36:08 -05:00
|
|
|
|
2020-12-02 03:58:50 -05:00
|
|
|
:linters
|
2020-12-02 05:18:49 -05:00
|
|
|
{:unsorted-required-namespaces
|
|
|
|
{:level :warning}
|
|
|
|
|
2020-12-02 06:36:08 -05:00
|
|
|
:unresolved-namespace
|
|
|
|
{:level :warning
|
|
|
|
:exclude [data_readers]}
|
|
|
|
|
2020-12-02 05:18:49 -05:00
|
|
|
:single-key-in
|
|
|
|
{:level :warning}
|
|
|
|
|
|
|
|
:unused-binding
|
|
|
|
{:exclude-destructured-as true
|
|
|
|
:exclude-destructured-keys-in-fn-args false
|
|
|
|
}
|
|
|
|
|
2020-12-02 03:58:50 -05:00
|
|
|
:unresolved-symbol
|
2021-01-31 13:25:26 -05:00
|
|
|
{:exclude ['(app.util.services/defmethod)
|
2020-12-02 03:58:50 -05:00
|
|
|
]}}}
|
|
|
|
|