We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9d4f6 commit 8b1e611Copy full SHA for 8b1e611
src/refactor_nrepl/ns/resolve_missing.clj
@@ -26,6 +26,7 @@
26
27
(defn- inlined-dependency? [candidate]
28
(or (-> candidate str (.startsWith "deps."))
29
+ (-> candidate str (.startsWith "mranderson"))
30
(-> candidate str (.startsWith "eastwood.copieddeps"))))
31
32
(defn resolve-missing [{sym :symbol}]
0 commit comments