(clj-kondo-version)
(config-hash project-root)
(entry->normalized-entries {:keys [bucket] :as element})
(kondo-for-paths paths db external-analysis-only?)
(kondo-for-reference-filenames filenames db)
(kondo-for-single-file uri db)
(normalize-analysis analysis)
(run-kondo-on-paths! paths external-analysis-only? db)
(run-kondo-on-paths-batch! paths public-only? update-callback 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-filenames! filenames db)
(run-kondo-on-text! text uri db)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close