Liking cljdoc? Tell your friends :D

Basic Usage

Running splint with no arguments or --help will print the help:

$ clojure -M:splint
splint v1.7.0

Usage:
  splint [options] [path...]
  splint [options] -- [path...]
...

Pass in any number of files or directories to lint them:

$ clojure -M:splint src/main.clj test/
...
Linting took 7168ms, 696 style warnings

Can you improve this documentation?Edit on GitHub

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

× close