You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.
clj-kondo performs static analysis on Clojure, ClojureScript and EDN, without the need of a running REPL. It informs you about potential errors while you are typing.
builddeps :
- leiningen
- graalvm
environment: |
export GRAALVM_HOME=/usr/share/graalvm/
export JAVA_HOME=/usr/share/graalvm/
export JAVA_CMD=/usr/share/graalvm/bin/java
build : |
# make lein use a temporary location for deps
sed -i '7 i :local-repo "/tmp/.m2/repo"' project.clj