Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 455 Bytes

checkdoc

A Clojure library designed to check that doc-strings are up to par

Usage

checkdoc.core> (checkdoc "This is a docstring." [] (ns-map 'checkdoc.core))
;; => ()

checkdoc.core> (checkdoc "This is a docstring" [] (ns-map 'checkdoc.core)))
;; => ("First line should end in punctuation")

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.