mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: lint warnings
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
(def file-graph-ns
|
||||
"Namespaces or parent namespaces _only_ for file graphs"
|
||||
(mapv escape-shell-regex
|
||||
["frontend.handler.file-based" "frontend.handler.conversion" "frontend.handler.file-sync"
|
||||
["frontend.handler.file-based" "frontend.handler.file-sync"
|
||||
"frontend.db.file-based"
|
||||
"frontend.fs"
|
||||
"frontend.components.conversion" "frontend.components.file-sync"
|
||||
@@ -40,9 +40,9 @@
|
||||
|
||||
(def file-graph-paths
|
||||
"Paths _only_ for file graphs"
|
||||
["src/main/frontend/handler/file_based" "src/main/frontend/handler/conversion.cljs" "src/main/frontend/handler/file_sync.cljs"
|
||||
["src/main/frontend/handler/file_based" "src/main/frontend/handler/file_sync.cljs"
|
||||
"src/main/frontend/fs"
|
||||
"src/main/frontend/components/conversion.cljs" "src/main/frontend/components/file_sync.cljs"
|
||||
"src/main/frontend/components/file_sync.cljs"
|
||||
"src/main/frontend/util/fs.cljs"])
|
||||
|
||||
(defn- validate-db-ns-not-in-file
|
||||
|
||||
Reference in New Issue
Block a user