Fix bug where cel expression cannot compile for fields of type google… #316
Annotations
10 errors and 1 warning
internal/errors/validation.go#L33
avoid direct access to proto field violation.FieldPath, use violation.GetFieldPath() instead (protogetter)
|
internal/errors/validation.go#L34
avoid direct access to proto field violation.FieldPath, use violation.GetFieldPath() instead (protogetter)
|
internal/errors/validation.go#L38
avoid direct access to proto field violation.Message, use violation.GetMessage() instead (protogetter)
|
internal/errors/validation.go#L39
avoid direct access to proto field violation.ConstraintId, use violation.GetConstraintId() instead (protogetter)
|
internal/errors/validation.go#L55
avoid direct access to proto field violation.FieldPath, use violation.GetFieldPath() instead (protogetter)
|
internal/errors/validation_test.go#L69
avoid direct access to proto field v.FieldPath, use v.GetFieldPath() instead (protogetter)
|
validator_example_test.go#L144
avoid direct access to proto field person.Home, use person.GetHome() instead (protogetter)
|
validator_example_test.go#L165
avoid direct access to proto field msg.Violations[0].FieldPath, use msg.GetViolations()[0].GetFieldPath() instead (protogetter)
|
validator_bench_test.go#L36
require-error: for error assertions use require (testifylint)
|
validator_bench_test.go#L49
require-error: for error assertions use require (testifylint)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading