(clj-kondo-version)
(config-hash project-root)
(db-with-analysis db {:keys [analysis external?]})
Update db
with normalized kondo analysis.
Update `db` with normalized kondo analysis.
(db-with-results db {:keys [findings config] :as results})
Update db
with normalized kondo result.
Update `db` with normalized kondo result.
(home-config-path)
(project-config-path project-root-uri)
(run-kondo-copy-configs! paths db)
(run-kondo-on-jdk-source! paths db)
(run-kondo-on-paths! paths
db*
{:keys [external?] :as normalization-config}
file-analyzed-fn)
(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.
(run-kondo-on-reference-uris! uris db*)
(run-kondo-on-text! text uri db*)
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |