X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=.candle;h=37ca9f6e4e5ca91ff4ae69239ebada29a57ac7f1;hb=3f51764d1e808faae658768fd01e4fff87a5ab01;hp=6f5c6bb07c206a2d952eb20c6880e8623353650c;hpb=571c7a6df55ba7190cc9c20fd2ad500e6b09c182;p=candle diff --git a/.candle b/.candle index 6f5c6bb..37ca9f6 100644 --- a/.candle +++ b/.candle @@ -1,8 +1,8 @@ -(: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")) + (:name :sheep :directions + (sheep:pretty-print-validate-packages :candle)))) ; vim:ft=lisp