(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.
(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.
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 |