-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle HTTP and network errors according to gRPC spec on client #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, had a question about rubocop todo
AllCops: | ||
Exclude: | ||
- 'spec/pb-ruby/goodbye_pb.rb' | ||
- vendor/bundle/**/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is Rubocop looking in vendor/bundle
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dunno, but it is without this excludes statement. I think it's just looking in all the subfolders.
It actually manifests in rubocop complaining about the ruby version of some dependency oddly enough
https://app.circleci.com/pipelines/github/Gusto/grpc-web-ruby/174/workflows/e6045431-6d32-47a7-84ca-68a6318aa268/jobs/330/steps
A similar excludes statement exists in ZP.
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Following the spec defined here:
https://github.com/grpc/grpc/blob/master/doc/http-grpc-status-mapping.md