(add-ast-analyzer! name)
(add-ast-analyzer! name ast-analyzer)
Add the given ast-analyzer to the list of analyzers.
Add the given ast-analyzer to the list of analyzers.
(analyze-files files)
Analyze the given parsed files and detect code issues.
Analyze the given parsed files and detect code issues.
(clear-ast-analyzers!)
Clear the list of analyzers and reset to the core analyzers.
Clear the list of analyzers and reset to the core analyzers.
(remove-ast-analyzer! name)
Remove the given ast-analyzer from the list of analyzers.
Remove the given ast-analyzer from the list of analyzers.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close