code/go/pkg/specerrors/errors.go (2 lines): - line 21: type ValidationPathError interface { // TODO no validation error using this interface yet - line 27: type ValidationSeverityError interface { // TODO no validation error using this interface yet code/go/internal/validator/semantic/validate_dimensions.go (1 line): - line 21: // TODO: External fields can be used as dimensions, but we cannot resolve compliance/indextemplate.go (1 line): - line 106: // TODO: Look for some solution to don't need to modify the properties. code/go/internal/yamlschema/formatcheckers.go (1 line): - line 49: // TODO: It happens that we want the same max size for all the files we reference with code/go/internal/yamlschema/schema_loader.go (1 line): - line 69: // TODO: This shouldn't probably be needed, we could try to fix gojsonschema to accept other integers, or code/go/internal/validator/semantic/validate_changelog_links.go (1 line): - line 19: var errGithubIssue = errors.New("issue number in changelog link should be a positive number") // TODO test validationError structuredError code/go/internal/specschema/folder_spec.go (1 line): - line 95: // TODO: Visibility not used at the moment.