Liking cljdoc? Tell your friends :D

noahtheduke.splint.runner

Handles parsing and linting all of given files.

Handles parsing and linting all of given files.
raw docstring

check-and-recurclj

(check-and-recur ctx config rules filename form)

Check a given form and then map recur over each of the form's children.

Check a given form and then map recur over each of the form's children.
sourceraw docstring

check-formclj

(check-form ctx config rules form)

Checks a given form against the appropriate rules then calls on-match to build the violation map and store it in ctx.

Checks a given form against the appropriate rules then calls `on-match` to build the
violation map and store it in `ctx`.
sourceraw docstring

check-pathsclj

(check-paths ctx config rules paths)
source

check-patternclj

(check-pattern rule pattern form)
source

check-ruleclj

(check-rule rule form)
source

check-rules-for-typeclj

(check-rules-for-type config rules form)
source

parse-and-check-fileclj

(parse-and-check-file ctx config rules file)

Parse the given file and then check each form.

Parse the given file and then check each form.
sourceraw docstring

source

(print-find-dispatch output _violation)
source

(print-results options violations)
source

runclj

(run args)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close