Skip to content

Use clj-kondo as native binary #20

Open
@bobbicodes

Description

@bobbicodes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions