(clj-kondo-version)
(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? db)
Run kondo on paths by partition the paths, with this we should call kondo more times but we fewer paths to analyze, improving memory.
Run kondo on paths by partition the paths, with this we should call kondo more times but we 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