chore: update lint to check for two very common db namespaces

This commit is contained in:
Gabriel Horner
2025-01-07 14:11:07 -05:00
parent 5ac24abf41
commit cf4de2f5fa

View File

@@ -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)]