Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-06-16 11:54:40 +10:00
committed by GitHub
parent de5b159927
commit 83f7cc37a8
2 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ export function buildSourceTreeUrl(plugin) {
return `https://github.com/${sourceRepo}/tree/${encodedLocator}`;
}
return `https://github.com/${sourceRepo}/tree/${encodedLocator}/${normalizedPath}`;
const encodedPath = encodePathLikeValue(normalizedPath);
return `https://github.com/${sourceRepo}/tree/${encodedLocator}/${encodedPath}`;
}
function aggregateResultStatus(pluginResults) {