fix(ci): remove duplicate Kova gate helper (#103082)

This commit is contained in:
Peter Steinberger
2026-07-09 20:28:35 +01:00
committed by GitHub
parent 7647d5cfbe
commit d64b9a30cb
-4
View File
@@ -142,10 +142,6 @@ function validateRecord(recordValue) {
return record;
}
function recordViolations(record) {
return record.violations === undefined ? [] : array(record.violations, "record violations");
}
function validateTargetCleanup(report) {
if (!text(report.target, "report target").startsWith("local-build:")) {
check(report.targetCleanup === null, "non-local target had cleanup metadata");