mirror of
https://github.com/logseq/logseq.git
synced 2026-05-22 19:54:05 +00:00
fix: lint
This commit is contained in:
9
deps/db-sync/.carve/ignore
vendored
9
deps/db-sync/.carve/ignore
vendored
@@ -2,6 +2,8 @@
|
||||
logseq.db-sync.cycle/fix-cycle!
|
||||
;; API
|
||||
logseq.db-sync.node.entry/main
|
||||
;; API (CLI entrypoint)
|
||||
logseq.db-sync.node.show-checksum/main
|
||||
;; API
|
||||
logseq.db-sync.order/fix-duplicate-orders!
|
||||
;; TODO: is this ns needed?
|
||||
@@ -25,3 +27,10 @@ logseq.db-sync.worker/worker
|
||||
logseq.db-sync.worker.timing/summary
|
||||
;; API
|
||||
logseq.db-sync.checksum/recompute-checksum-diagnostics
|
||||
;; API (test runner entrypoint)
|
||||
logseq.db-sync.test-runner/main
|
||||
;; Disabled FIXME tests in node_adapter_test.cljs
|
||||
logseq.db-sync.node-adapter-test/post-json
|
||||
logseq.db-sync.node-adapter-test/get-json
|
||||
logseq.db-sync.node-adapter-test/parse-json
|
||||
logseq.db-sync.node-adapter-test/start-test-server
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
(ns logseq.db-sync.node-adapter-test
|
||||
;; Linters disabled because commented out FIXME code causes false positives
|
||||
{:clj-kondo/config {:ignore true}}
|
||||
(:require [cljs.test :refer [deftest is async testing]]
|
||||
[clojure.string :as string]
|
||||
(:require [clojure.string :as string]
|
||||
[logseq.db-sync.node.server :as node-server]
|
||||
[logseq.db-sync.protocol :as protocol]
|
||||
[promesa.core :as p]))
|
||||
|
||||
Reference in New Issue
Block a user