You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider all root paths when suggesting module name change. (#2195)
If there are source root dirs nested inside each other, a module might have
more than one possible name, depending on where it's intended to be imported
from. In this case, a rename should not be suggested unless the module name
doesn't match any possible correct name. When suggesting a name, the shortest
name should be suggested, since that's more likely to be the intended one.
Fixes#1903
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Javier Neira <[email protected]>
0 commit comments