projects
/
candle
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50fef6
)
Add .candle file
author
Frank Duncan <frank@kank.net>
Sat, 18 Dec 2021 22:18:50 +0000
(16:18 -0600)
committer
Frank Duncan <frank@kank.net>
Sat, 18 Dec 2021 22:18:50 +0000
(16:18 -0600)
.candle
[new file with mode: 0644]
patch
|
blob
diff --git a/.candle
b/.candle
new file mode 100644
(file)
index 0000000..
6f5c6bb
--- /dev/null
+++ b/
.candle
@@ -0,0
+1,8
@@
+(:packages :candle :style-checker :docgen)
+(:name :candle
+ :tasks
+ ((:name :checkstyle :directions
+ (syntax-checker:pretty-print-check-directory "src"))
+ (:name :docgen :directions
+ (docgen:pretty-print-validate-packages :candle))))
+; vim:ft=lisp