Liking cljdoc? Tell your friends :D

formatting-stack.branch-formatter

A set of defaults apt for formatting/linting a git branch (namely, the files that a branch has modified, respective to another).

See also: formatting-stack.defaults, formatting-stack.project-formatter

A set of defaults apt for formatting/linting a git branch
(namely, the files that a branch has modified, respective to another).

See also: `formatting-stack.defaults`, `formatting-stack.project-formatter`
raw docstring

default-formattersclj

(default-formatters default-strategies)
source

default-lintersclj

(default-linters default-strategies)
source

default-processorsclj

source

default-reporterclj

source

format-and-lint-branch!clj

(format-and-lint-branch! &
                         {:keys [target-branch in-background? reporter]
                          :or {target-branch (strategies/default-branch-name)
                               in-background? (not (System/getenv "CI"))
                               reporter default-reporter}})
source

lint-branch!clj

(lint-branch! &
              {:keys [target-branch in-background? reporter]
               :or {target-branch (strategies/default-branch-name)
                    in-background? false
                    reporter default-reporter}})
source

third-party-indent-specsclj

source

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

× close