mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(clawsweeper): address review for automerge-openclaw-openclaw-75702 (validation-1)
This commit is contained in:
@@ -242,6 +242,7 @@ function disableShrinkwrappedOverrideConflictSources(lockfile, overrideRules) {
|
||||
if (!packages || typeof packages !== "object") {
|
||||
return [];
|
||||
}
|
||||
/** @type {Set<string>} */
|
||||
const disabled = new Set();
|
||||
for (const violation of collectOverrideViolations(lockfile, overrideRules)) {
|
||||
const ancestors = violation.packagePath.slice(0, -1).toReversed();
|
||||
|
||||
Reference in New Issue
Block a user