Skip to content

Commit 8b1e611

Browse files
filter out new style mranderson prefixes
1 parent ed9d4f6 commit 8b1e611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/refactor_nrepl/ns/resolve_missing.clj

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
(defn- inlined-dependency? [candidate]
2828
(or (-> candidate str (.startsWith "deps."))
29+
(-> candidate str (.startsWith "mranderson"))
2930
(-> candidate str (.startsWith "eastwood.copieddeps"))))
3031

3132
(defn resolve-missing [{sym :symbol}]

0 commit comments

Comments
 (0)