CI #314
Annotations
10 errors
Go (stable):
internal/errors/validation.go#L33
avoid direct access to proto field violation.FieldPath, use violation.GetFieldPath() instead (protogetter)
|
Go (stable):
internal/errors/validation.go#L34
avoid direct access to proto field violation.FieldPath, use violation.GetFieldPath() instead (protogetter)
|
Go (stable):
internal/errors/validation.go#L38
avoid direct access to proto field violation.Message, use violation.GetMessage() instead (protogetter)
|
Go (stable):
internal/errors/validation.go#L39
avoid direct access to proto field violation.ConstraintId, use violation.GetConstraintId() instead (protogetter)
|
Go (stable):
internal/errors/validation.go#L55
avoid direct access to proto field violation.FieldPath, use violation.GetFieldPath() instead (protogetter)
|
Go (stable):
internal/errors/validation_test.go#L69
avoid direct access to proto field v.FieldPath, use v.GetFieldPath() instead (protogetter)
|
Go (stable):
validator_example_test.go#L144
avoid direct access to proto field person.Home, use person.GetHome() instead (protogetter)
|
Go (stable):
validator_example_test.go#L165
avoid direct access to proto field msg.Violations[0].FieldPath, use msg.GetViolations()[0].GetFieldPath() instead (protogetter)
|
Go (stable):
validator_bench_test.go#L36
require-error: for error assertions use require (testifylint)
|
Go (stable):
validator_bench_test.go#L49
require-error: for error assertions use require (testifylint)
|