Skip to content

Fix bug where cel expression cannot compile for fields of type google… #316

Fix bug where cel expression cannot compile for fields of type google…

Fix bug where cel expression cannot compile for fields of type google… #316

Triggered via push October 24, 2023 17:31
Status Failure
Total duration 1m 22s
Artifacts

ci.yaml

on: push
Matrix: Go
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
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)
Go (oldstable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Go (stable)
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/.