mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
chore: update lint to check for two very common db namespaces
This commit is contained in:
@@ -125,7 +125,8 @@
|
||||
[]
|
||||
(let [db-concepts
|
||||
;; from logseq.db.frontend.schema
|
||||
["closed-value" "class/properties" "schema.classes" "property/parent"]
|
||||
["closed-value" "class/properties" "schema.classes" "property/parent"
|
||||
"logseq.property" "logseq.class"]
|
||||
res (apply shell {:out :string :continue true}
|
||||
"git grep -E" (str "(" (string/join "|" db-concepts) ")")
|
||||
file-graph-paths)]
|
||||
|
||||
Reference in New Issue
Block a user