mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
chore: mv db only fns to db ns
Also add related names to linter
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
(let [db-concepts
|
||||
;; from logseq.db.frontend.schema
|
||||
["closed-value" "class/properties" "classes" "property/parent"
|
||||
"logseq.property" "logseq.class" "db-based"]
|
||||
"logseq.property" "logseq.class" "db-based" "library" "quick-add"]
|
||||
res (grep-many db-concepts file-graph-paths)]
|
||||
(when-not (and (= 1 (:exit res)) (= "" (:out res)))
|
||||
(println "The following files should not have contained db specific concepts:")
|
||||
|
||||
Reference in New Issue
Block a user