Liking cljdoc? Tell your friends :D

clojure-lsp.kondo


clj-kondo-analysis-batch-sizeclj


clj-kondo-versionclj

(clj-kondo-version)

config-hashclj

(config-hash project-root)

db-with-analysisclj

(db-with-analysis db {:keys [analysis external?]})

Update db with normalized kondo analysis.

Update `db` with normalized kondo analysis.
raw docstring

db-with-resultsclj

(db-with-results db {:keys [findings config] :as results})

Update db with normalized kondo result.

Update `db` with normalized kondo result.
raw docstring

home-config-pathclj

(home-config-path)

logger-tagclj


project-config-pathclj

(project-config-path project-root-uri)

run-kondo-copy-configs!clj

(run-kondo-copy-configs! paths db)

run-kondo-on-jdk-source!clj

(run-kondo-on-jdk-source! paths db)

run-kondo-on-paths!clj

(run-kondo-on-paths! paths
                     db*
                     {:keys [external?] :as normalization-config}
                     file-analyzed-fn)

run-kondo-on-paths-batch!clj

(run-kondo-on-paths-batch! paths normalization-config file-analyzed-fn db*)

Run kondo on paths by partitioning the paths, with this we should call kondo more times but with fewer paths to analyze, improving memory.

Run kondo on paths by partitioning the paths, with this we should call
kondo more times but with fewer paths to analyze, improving memory.
raw docstring

run-kondo-on-reference-uris!clj

(run-kondo-on-reference-uris! uris db*)

run-kondo-on-text!clj

(run-kondo-on-text! text uri db*)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close