Liking cljdoc? Tell your friends :D

0.1.9

Mon Feb 19 11:00:55 2018 -0500
  • empty temp directory on report generation #18 by @voytech

0.1.8

Thu Feb 15 14:03:52 2018 -0500

0.1.7

Wed Jan 24 18:08:53 2018 -0500
  • updating bikeshed to 0.5.1 (#16)
    • bikeshed options changed, it now requires :check? option to include possible checks:
(check/with-bikeshed :options {:check? #{:long-lines}
                               :verbose true
                               :max-line-length 42})

or

$ boot check/with-bikeshed -o '{:check? #{:long-lines :trailing-whitespace :var-redefs :bad-methods :name-collisions}}'

Can you improve this documentation?Edit on GitHub

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

× close