X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=.candle;h=1b90f0aa3274f38c45d08df898afdeeed90fc860;hb=refs%2Fheads%2Fdevelopment;hp=6f5c6bb07c206a2d952eb20c6880e8623353650c;hpb=571c7a6df55ba7190cc9c20fd2ad500e6b09c182;p=candle diff --git a/.candle b/.candle index 6f5c6bb..1b90f0a 100644 --- a/.candle +++ b/.candle @@ -1,8 +1,9 @@ -(:packages :candle :style-checker :docgen) +(:packages :candle :wolf :sheep) (:name :candle :tasks - ((:name :checkstyle :directions - (syntax-checker:pretty-print-check-directory "src")) - (:name :docgen :directions - (docgen:pretty-print-validate-packages :candle)))) + ((:name :wolf :directions + (wolf:pretty-print-check-directory "src" + :copyright-notice "; Copyright .* Frank Duncan \\(frank@consxy.com\\) under AGPL3. See distributed LICENSE.txt.")) + (:name :sheep :directions + (sheep:pretty-print-validate-packages :candle)))) ; vim:ft=lisp