Skip to content

Commit

Permalink
fix: clj-kondo disable :earmuffed-var-not-dynamic
Browse files Browse the repository at this point in the history
Fix warnings about dynamic variables in defsys
  • Loading branch information
rschmukler committed Apr 22, 2024
1 parent 2c0be3a commit db3facb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/clj-kondo.exports/teknql/systemic/config.edn
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{:lint-as {systemic.core/defsys clojure.core/def}}
{:lint-as {systemic.core/defsys clojure.core/def}
:config-in-call
{systemic.core/defsys
{:linters
{:earmuffed-var-not-dynamic {:level :off}}}}}

0 comments on commit db3facb

Please sign in to comment.