Changes
This commit is contained in:
File diff suppressed because one or more lines are too long
11
.lsp/config.edn
Normal file
11
.lsp/config.edn
Normal file
@@ -0,0 +1,11 @@
|
||||
{: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}}}}
|
Reference in New Issue
Block a user