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.
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close