blob: 720ab5ec2f4b72692ad4bc79905b3a36d6bc5611 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;; -*- mode: fennel; -*- vi:ft=fennel
;; Configuration file for Fenneldoc 0.1.2
;; https://gitlab.com/andreyorst/fenneldoc
{:ignored-args-patterns ["[a-z]" "%.%.%." "[xkf]s" "kvs" "col[0-9]" "cols?" "rest" "more" "keys" "tbl" "args"]
:project-version "0.5.3"
:project-license "[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)"
:project-copyright "Copyright (C) 2020-2021 Andrey Listopadov"
:test-requirements {:init.fnl "(import-macros {: assert-eq : assert-ne : assert-is : assert-not} :fennel-test.test)"
:macros.fnl "(require-macros :macros)
(import-macros {: assert-eq} :fennel-test.test)
(local {: eq : vector : hash-map} (require :init))"
:tests/test.fnl "(require-macros :fennel-test.test)"}}
|