Back

lint-docstring! (clj)

(source)

function

(lint-docstring! {:keys [filename config], :as ctx} node docstring)
Lint `docstring` for styling issues. `node` is the node reported when docstring has findings, so ideally it should be the text node for `docstring`.

Examples