2021-06-17 13:26:38 +02:00
|
|
|
{:lint-as
|
|
|
|
{promesa.core/let clojure.core/let
|
2022-02-28 22:11:42 +01:00
|
|
|
promesa.core/->> clojure.core/->>
|
|
|
|
promesa.core/-> clojure.core/->
|
2023-02-20 13:23:01 +01:00
|
|
|
promesa.exec.csp/go-loop clojure.core/loop
|
2022-09-25 19:24:45 +02:00
|
|
|
rumext.v2/defc clojure.core/defn
|
2023-10-23 19:31:41 +02:00
|
|
|
promesa.util/with-open clojure.core/with-open
|
2024-01-17 18:09:58 +01:00
|
|
|
app.common.schema.generators/let clojure.core/let
|
2021-06-17 13:26:38 +02:00
|
|
|
app.common.data/export clojure.core/def
|
2022-02-24 23:56:20 +01:00
|
|
|
app.common.data.macros/get-in clojure.core/get-in
|
2022-11-22 18:06:24 +01:00
|
|
|
app.common.data.macros/with-open clojure.core/with-open
|
2022-02-24 23:56:20 +01:00
|
|
|
app.common.data.macros/select-keys clojure.core/select-keys
|
2021-12-23 18:36:58 +01:00
|
|
|
app.common.logging/with-context clojure.core/do}
|
2021-05-31 09:06:14 +02:00
|
|
|
|
|
|
|
:hooks
|
2021-06-18 10:53:03 +02:00
|
|
|
{:analyze-call
|
2022-02-24 23:56:20 +01:00
|
|
|
{app.common.data.macros/export hooks.export/export
|
2021-06-18 10:53:03 +02:00
|
|
|
app.util.services/defmethod hooks.export/service-defmethod
|
2023-06-20 11:11:55 +02:00
|
|
|
app.common.record/defrecord hooks.export/penpot-defrecord
|
2023-07-20 10:49:46 +02:00
|
|
|
app.db/with-atomic hooks.export/penpot-with-atomic
|
2023-12-22 16:22:27 +01:00
|
|
|
potok.v2.core/reify hooks.export/potok-reify
|
2023-09-06 14:43:05 +02:00
|
|
|
rumext.v2/fnc hooks.export/rumext-fnc
|
2023-12-22 16:22:27 +01:00
|
|
|
rumext.v2/lazy-component hooks.export/rumext-lazycomponent
|
|
|
|
shadow.lazy/loadable hooks.export/rumext-lazycomponent
|
2021-06-18 10:53:03 +02:00
|
|
|
}}
|
2021-05-31 09:06:14 +02:00
|
|
|
|
2020-12-02 12:36:08 +01:00
|
|
|
:output
|
2021-06-17 13:26:38 +02:00
|
|
|
{:exclude-files
|
|
|
|
["data_readers.clj"
|
2023-11-29 16:22:56 +01:00
|
|
|
"src/app/util/perf.cljs"
|
|
|
|
"src/app/common/logging.cljc"
|
|
|
|
"src/app/common/exceptions.cljc"
|
2023-11-27 12:28:28 +01:00
|
|
|
"^(?:backend|frontend|exporter|common)/build.clj"
|
|
|
|
"^(?:backend|frontend|exporter|common)/deps.edn"
|
|
|
|
"^(?:backend|frontend|exporter|common)/scripts/"
|
|
|
|
"^(?:backend|frontend|exporter|common)/dev/"
|
|
|
|
"^(?:backend|frontend|exporter|common)/test/"]
|
|
|
|
|
|
|
|
:linter-name true}
|
2020-12-02 12:36:08 +01:00
|
|
|
|
2020-12-02 09:58:50 +01:00
|
|
|
:linters
|
2020-12-02 11:18:49 +01:00
|
|
|
{:unsorted-required-namespaces
|
|
|
|
{:level :warning}
|
|
|
|
|
2021-09-06 15:58:36 +02:00
|
|
|
:potok/reify-type
|
|
|
|
{:level :error}
|
|
|
|
|
2020-12-02 12:36:08 +01:00
|
|
|
:unresolved-namespace
|
|
|
|
{:level :warning
|
|
|
|
:exclude [data_readers]}
|
|
|
|
|
2020-12-02 11:18:49 +01:00
|
|
|
:single-key-in
|
|
|
|
{:level :warning}
|
|
|
|
|
2022-06-24 07:41:06 +02:00
|
|
|
:non-arg-vec-return-type-hint
|
|
|
|
{:level :off}
|
|
|
|
|
2021-06-18 10:23:03 +02:00
|
|
|
:redundant-do
|
|
|
|
{:level :off}
|
|
|
|
|
2022-12-13 15:40:35 +01:00
|
|
|
:earmuffed-var-not-dynamic
|
|
|
|
{:level :off}
|
|
|
|
|
|
|
|
:dynamic-var-not-earmuffed
|
|
|
|
{:level :off}
|
|
|
|
|
|
|
|
:used-underscored-binding
|
|
|
|
{:level :warning}
|
|
|
|
|
2020-12-02 11:18:49 +01:00
|
|
|
:unused-binding
|
|
|
|
{:exclude-destructured-as true
|
|
|
|
:exclude-destructured-keys-in-fn-args false
|
|
|
|
}
|
2021-06-18 10:53:03 +02:00
|
|
|
}}
|