We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f1528 commit 9b11375Copy full SHA for 9b11375
src/refactor_nrepl/core.clj
@@ -71,7 +71,7 @@
71
start (if (fs/directory? path-or-file-in-project)
72
path-or-file-in-project
73
(fs/parent path-or-file-in-project))
74
- names-at-root #{"project.clj" "build.boot" "build.gradle" "pom.xml"}
+ names-at-root #{"project.clj" "build.boot" "build.gradle" "pom.xml" "deps.edn"}
75
known-root-file? (fn [^File f] (some (fn [known-root-name]
76
(.endsWith (.getCanonicalPath f)
77
known-root-name))
0 commit comments