You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Currently, when running the rubocop task on the generated client. Many errors are found. We should resolve this by doing two things:
Generate a custom rubocop.yml to make rubocop more reasonable for generated clients. This should be based on the rubocop.ymls already present in google-cloud-ruby.
Make the generated code pass for the generated clients using the custom rubocop.yml
Currently, when running the rubocop task on the generated client. Many errors are found. We should resolve this by doing two things: