Skip to content

Commit

Permalink
Export clj-kondo config
Browse files Browse the repository at this point in the history
  • Loading branch information
aroemers committed Nov 16, 2024
1 parent cb9eeb1 commit 1675013
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{:hooks {:macroexpand {redelay.core/state core/state}}
:config-in-call {redelay.core/state
{:linters {:unresolved-symbol {:exclude-patterns ["^this"]}}}
redelay.core/defstate
{:linters {:unresolved-symbol {:exclude-patterns ["^this"]}}}}
:lint-as {redelay.core/defstate clojure.core/def}}
{:config-paths ["../resources/clj-kondo.exports/functionalbytes/redelay"]}
11 changes: 11 additions & 0 deletions resources/clj-kondo.exports/functionalbytes/redelay/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{:hooks
{:macroexpand {redelay.core/state core/state}}

:config-in-call
{redelay.core/state
{:linters {:unresolved-symbol {:exclude-patterns ["^this"]}}}
redelay.core/defstate
{:linters {:unresolved-symbol {:exclude-patterns ["^this"]}}}}

:lint-as
{redelay.core/defstate clojure.core/def}}
File renamed without changes.

0 comments on commit 1675013

Please sign in to comment.