Skip to content

Commit

Permalink
Add clj-kondo configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Passarelli <kyle.passarelli@gmail.com>
  • Loading branch information
kpassapk authored and ghaskins committed Jul 5, 2024
1 parent e903710 commit f29d440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[medley "1.4.0"]
[slingshot "0.12.2"]]
:repl-options {:init-ns user}
:java-source-paths ["src"]
:java-source-paths ["src" "resources"]
:javac-options ["-target" "11" "-source" "11"]

:eastwood {:add-linters [:unused-namespaces]}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:lint-as {temporal.workflow/defworkflow clojure.core/defn
temporal.activity/defactivity clojure.core/defn}}

0 comments on commit f29d440

Please sign in to comment.