Namespace for all Diagnostics-related functionality.
A Diagnostic is an instance of a match of a rule's pattern in a given analyzed code. It has the following definition:
(defrecord Diagnostic [rule-name form message alt line column end-row end-col filename])
Namespace for all Diagnostics-related functionality. A Diagnostic is an instance of a match of a rule's pattern in a given analyzed code. It has the following definition: (defrecord Diagnostic [rule-name form message alt line column end-row end-col filename])
(->diagnostic ctx rule form)
(->diagnostic ctx rule form {:keys [replace-form message filename]})
Create and return a new diagnostic.
Create and return a new diagnostic.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close