summaryrefslogtreecommitdiff
path: root/.fenneldoc
blob: 1697befcf73d8a90afa27c1a962a5cc118d7cdaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
;; -*- mode: fennel; -*-
;; Configuration file for Fenneldoc.
;; https://gitlab.com/andreyorst/fenneldoc

{:ignored-args-patterns ["[a-z]" "%.%.%." "[xkf]s" "kvs" "col[0-9]" "cols?" "rest" "more" "keys" "tbl" "args"]
 :test-requirements {:init.fnl "(import-macros {: assert-eq : assert-ne : assert-is : assert-not} :tests.test)"
                     :macros.fnl "(require-macros :macros)
                                  (import-macros {: assert-eq} :tests.test)
                                  (local {: eq : vector : hash-map} (require :init))"
                     :tests/test.fnl "(require-macros :tests.test)"}}