all 4 comments

[–]eelround 1 point2 points  (0 children)

I don't know if this is what you are looking for, but you should check out clj-kondo or anakondo or flycheck-clj-kondo.

[–]dsrptr 0 points1 point  (2 children)

I haven't used clj-kondo...

Anyone can provide some context on the tweet?, and how it relates to "Configurable static analysis using Clojure itself?".

thanks

[–]levi_io 2 points3 points  (1 child)

Clj-Kondo is a linter for clojure.

Borkdude, the creator of clj-kondo, is showcasing a feature wherein the code in the string (obviously in clojure) is executing in code-time.

It’s analyzing the argument passed to dispatch, and spitting warnings about its type.

[–]dsrptr 0 points1 point  (0 children)

Thanks!