Liking cljdoc? Tell your friends :D
Clojure only.

noahtheduke.splint.diagnostic

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-line end-column filename exception])
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:

```clojure
(defrecord Diagnostic
  [rule-name form message alt line column end-line end-column filename exception])
```
raw docstring

->diagnosticclj

(->diagnostic ctx rule form)
(->diagnostic ctx
              rule
              form
              {:keys [replace-form message filename form-meta exception]})

Create and return a new diagnostic.

Create and return a new diagnostic.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close