Skip to content

Commit

Permalink
exclude def-stencil-fn from functions
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Oct 13, 2024
1 parent e6f8323 commit 641c17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"--exclude-call" "stencil.util/trace"
"--exclude-call" "stencil.util/fail"
"--exclude-call" "clojure.spec.alpha/def"
"--exclude-call" "stencil.functions/def-stencil-fn"
"-p" "src" "-s" "test"]}

:test
Expand Down

0 comments on commit 641c17c

Please sign in to comment.