Skip to content

Commit 39fd416

Browse files
committed
fix linter
1 parent a5ec791 commit 39fd416

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/registry/schema_validation.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ func collectErrors(err *jsonschema.ValidationError, messages *[]string) {
107107
errorMsg := fmt.Sprintf("%s%s", errMsg, pathStr)
108108
*messages = append(*messages, errorMsg)
109109
}
110-
if len(err.Causes) != 0 {
111-
// Create a descriptive error message with path context
112-
113-
}
114110
}
115111

116112
// ValidateEmbeddedRegistry validates the embedded registry.json against the schema

0 commit comments

Comments
 (0)