fix: add more file graph concepts to db linter

This commit is contained in:
Gabriel Horner
2024-08-29 11:40:37 -04:00
parent 2d5a01cbac
commit d431f62c97
4 changed files with 14 additions and 11 deletions

View File

@@ -92,11 +92,13 @@
(map str)
(into [;; e.g. block/properties :title
"block/properties :"
"block/name"
;; anything org mode
"org"
"pre-block"
"namespace"
"db/get-page"]))
"db/get-page"
"/page-name-sanity-lc"]))
res (apply shell {:out :string :continue true}
"git grep -E" (str "(" (string/join "|" file-concepts) ")")
db-graph-paths)]