chore: add clj-kondo config

This commit is contained in:
Gabriel Horner
2025-07-22 15:17:36 -04:00
committed by Gabriel Horner
parent a64bea57c8
commit 6f1d6bd437
3 changed files with 22 additions and 0 deletions

View File

@@ -165,6 +165,7 @@
frontend.worker.state worker-state
frontend.worker.util worker-util
lambdaisland.glogi log
logseq.cli.common.graph cli-common-graph
logseq.common.config common-config
logseq.common.date-time-util date-time-util
logseq.common.graph common-graph

20
deps/cli/.clj-kondo/config.edn vendored Normal file
View File

@@ -0,0 +1,20 @@
{:linters
{:aliased-namespace-symbol {:level :warning}
:namespace-name-mismatch {:level :warning}
:used-underscored-binding {:level :warning}
:shadowed-var {:level :warning}
:consistent-alias
{:aliases {"fs" fs
"node-path" path
clojure.pprint pprint
clojure.string string
datascript.core d
logseq.cli.commands.graph cli-graph
logseq.cli.common.graph cli-common-graph
logseq.common.config common-config
logseq.common.graph common-graph
logseq.common.util.date-time date-time-util
logseq.db.common.sqlite common-sqlite}}}
:skip-comments true
:output {:progress true}}

1
deps/cli/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.clj-kondo/.cache