Reports analyzing the clojure code.
Reports analyzing the clojure code.
(alias-inconsistent-ns matches)
Detect in matches
the ones related to one alias and two namespace or more.
Detect in `matches` the ones related to one alias and two namespace or more.
(is-ignored-file? file-content)
(ns-inconsistent-aliases matches)
Detect in matches
the ones related to one namespace and two aliases or more.
Detect in `matches` the ones related to one namespace and two aliases or more.
(search-aliases {:keys [raw-content filename] :as _file-desc})
Returns a list of matches, each one being a filename
, a ns
and an alias
.
Returns a list of matches, each one being a `filename`, a `ns` and an `alias`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close