Liking cljdoc? Tell your friends :D

clojure-lsp.kondo


clj-kondo-analysis-batch-sizeclj

source

clj-kondo-versionclj

(clj-kondo-version)
source

config-hashclj

(config-hash project-root)
source

db-with-analysisclj

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

Update db with normalized kondo analysis.

Update `db` with normalized kondo analysis.
sourceraw 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.
sourceraw docstring

home-config-pathclj

(home-config-path)
source

project-config-pathclj

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

run-kondo-copy-configs!clj

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

run-kondo-on-jdk-source!clj

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

run-kondo-on-paths!clj

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

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.
sourceraw docstring

run-kondo-on-reference-uris!clj

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

run-kondo-on-text!clj

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

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

× close