fix(lint): var used by testcase

This commit is contained in:
rcmerci
2022-09-03 19:53:10 +08:00
parent cc66195b58
commit b2cb89bd2f

View File

@@ -440,7 +440,7 @@
(defn- contains-path? [regexps path]
(reduce #(when (re-find %2 path) (reduced true)) false regexps))
(defn- ignored?
(defn ignored?
"Whether file is ignored when syncing."
[path]
(->