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
❯ clojure -Ttools install-latest :lib com.github.jonase/eastwood :as eastwood
Cloning: https://github.com/jonase/eastwood.git
Checking out: https://github.com/jonase/eastwood.git at 441e3781293bcca13ccd087c099ed2f2ff40ce5b
eastwood: Installed com.github.jonase/eastwood v1.4.0 {:git/tag "v1.4.0", :git/sha "441e378"}
❯ clj -Teastwood
No function found on command line or in :exec-fn
❯ clj -Teastwood eastwood.lint/-main
== Eastwood 1.4.0 Clojure 1.11.1 JVM 17.0.7 ==
The following file(s) contain ns forms with namespaces that do not correspond
with their file names:
Directory: [REDACTED]
File : test/[REDACTED]_test.clj
has namespace : [REDACTED]-test
should have namespace : test.[REDACTED]-test
or should be in file(s): [REDACTED]_test.clj
[REDACTED]_test.cljc
It would be nice if I could install eastwood using https://github.com/clojure/tools.tools (
clojure.tools.tools
):cf. https://clojure.org/reference/deps_and_cli#_best_practices_for_tool_authors
The text was updated successfully, but these errors were encountered: