mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(ci): remove duplicate Kova gate helper (#103082)
This commit is contained in:
committed by
GitHub
parent
7647d5cfbe
commit
d64b9a30cb
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user