clj-kondo.core

(source)
Public Variable Short Description
config-hash (clj) Return the hash of the provided clj-kondo config.
merge-configs (clj) Returns the merged configuration of c1 with c2.
print! (clj) Prints the result from `run!` to `*out*`.
resolve-config (clj) Returns the configuration for `cfg-dir` merged with home, clj-kondo default configs and optional `config` if provided.
run! (clj) Takes a map with: - `:lint`: a seqable of files, directories and/or classpaths to lint.