X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=.candle;fp=.candle;h=37ca9f6e4e5ca91ff4ae69239ebada29a57ac7f1;hp=6f5c6bb07c206a2d952eb20c6880e8623353650c;hb=f2c8eef308265b5072dc7e9e41d70d72badad32b;hpb=22bc93248268f84257732f90fd383848ed262ca4 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