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
Move away from the somewhat naive regex parsing of .gitmodules since it can easily break for a number of reasons. E.g. switching the order of path and url.
Description
Move away from the somewhat naive regex parsing of
.gitmodulessince it can easily break for a number of reasons. E.g. switching the order ofpathandurl.Acceptance Criteria
Switch to https://github.com/npm/ini or equivalent.