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
Previously we were searching for all instances of "/code" to an empty
string for reporting back to Code Climate. This was resulting in any
file that had a nested directory called "code" to be replaced which
created issues with display.
Change the replacement of "/code" to a regular expression that anchors
the pattern so that we only replace the first instance.
0 commit comments