Rename projects, docgen->sheep, checkstyle->wolf
[wolf] / src / main / package.lisp
1 (defpackage #:wolf (:use :cl)
2  (:export #:check-file #:check-directory #:pretty-print-check-directory)
3  (:documentation
4   "Enforces arbitrary set of style guidelines.
5
6 This package walks over common lisp code to make sure it adheres to a set
7 of syntactic guidelines designed to ensure a semblance of uniformity.  No
8 current one was found that could be configured to work the way this one does,
9 so instead of writing a configurable tool, another unconfigurable one was born."))