Have to start being more leGit about this hehe :3

This commit is contained in:
Akko
2024-07-22 18:04:36 +02:00
parent 1cf0709056
commit b29ad92192
27 changed files with 588 additions and 227 deletions

View File

@@ -1,16 +1,4 @@
{:linters
;; {:clojure-lsp/unused-public-var
;; {:level :warning
;; :exclude #{sekai.macros.components/defcomponent
;; my-ns/bar
;; other-ns
;; my-func}
;; :exclude-regex #{"sekai.macros.components/*"}
;; :exclude-when-defined-by #{my-ns/defflow}
;; :exclude-when-defined-by-regex #{"sekai.macros.components/*"}
;; :exclude-when-contains-meta #{:my-cool-meta}}}
{
:unresolved-symbol
{:exclude [(sekai.macros.components/defcomponent)]}
@@ -23,6 +11,14 @@
:exclude-when-defined-by-regex #{"sekai.macros.components/*"}
}
}
:hooks
{:analyze-call {sekai.macros.components/defcomponent
{:macroexpand {buddho.macros.dhamma/defconstructor
buddho.macros.dhamma/defconstructor
buddho.macros.dhamma/defdhamma
buddho.macros.dhamma/defdhamma
}
:analyze-call {sekai.macros.components/defcomponent
hooks.macros.components/defcomponent}}}