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
The analyzer currently uses clj-kondo as a Clojure library to extract analysis data which is then processed into JSON. This is not ideal for production, because clj-kondo is already shipped as a native binary that runs on Alpine.
I think it would certainly be preferable to instead use an image with clj-kondo in it and call it as a CLI, then have another script that handles those results.
The analyzer currently uses clj-kondo as a Clojure library to extract analysis data which is then processed into JSON. This is not ideal for production, because clj-kondo is already shipped as a native binary that runs on Alpine.
I think it would certainly be preferable to instead use an image with clj-kondo in it and call it as a CLI, then have another script that handles those results.
Doc for getting analysis data via CLI: https://github.com/clj-kondo/clj-kondo/tree/master/analysis
The text was updated successfully, but these errors were encountered: