bufbuild / protovalidate-go

Protocol Buffer Validation for Go
https://pkg.go.dev/github.com/bufbuild/protovalidate-go
Apache License 2.0
294 stars 19 forks source link

Bypass deprecation lint warning #45

Closed akshayjshah closed 1 year ago

akshayjshah commented 1 year ago

CI is failing because of a deprecation notice on cel.OptCheckStringFormat, but the recommended alternative doesn't appear to exist. I've filed https://github.com/google/cel-go/issues/837 upstream to clarify, but for now tests are passing so I think we can safely bypass this lint error.

I also filed https://github.com/bufbuild/protovalidate-go/issues/44 so that we don't forget to migrate to whichever API is recommended and remove this bypass.