Liking cljdoc? Tell your friends :D

kibit.driver

The (leiningen) facing interface for Kibit. Provides helpers for finding files in a project, and linting a list of files.

The (leiningen) facing interface for Kibit. Provides helpers for finding files in a project, and
linting a list of files.
raw docstring

cli-specsclj


clojure-file?clj

(clojure-file? file)

Returns true if the java.io.File represents a Clojure source file. Extensions taken from https://github.com/github/linguist/blob/master/lib/linguist/languages.yml

Returns true if the java.io.File represents a Clojure source file.
Extensions taken from https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
raw docstring

ends-with?clj

(ends-with? file coll)

Returns true if the java.io.File ends in any of the strings in coll

Returns true if the java.io.File ends in any of the strings in coll
raw docstring

external-runclj

(external-run source-paths rules & args)

Used by lein-kibit to count the results and exit with exit-code 1 if results are found

Used by lein-kibit to count the results and exit with exit-code 1 if results are found
raw docstring

find-clojure-sources-in-dirclj

(find-clojure-sources-in-dir dir)

Searches recursively under dir for Clojure source files. Returns a sequence of File objects, in breadth-first sort order. Taken from clojure.tools.namespace.find

Searches recursively under dir for Clojure source files.
Returns a sequence of File objects, in breadth-first sort order.
Taken from clojure.tools.namespace.find
raw docstring

runclj

(run source-paths rules & args)

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

× close