twistedpair / google-cloud-sdk

Mirror of gcloud Google Cloud Platform SDK to track release changes
72 stars 16 forks source link

Error not in sync with the name pattern #9

Closed shobsi closed 1 month ago

shobsi commented 1 year ago

The error on function name pattern says only hyphen (-) is acceptable

https://github.com/twistedpair/google-cloud-sdk/blob/23a3ae5621dc114ebc6ab5d7981f0c3ac3d590c5/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v1/util.py#L57

but the regex itself allos underscore (_)

https://github.com/twistedpair/google-cloud-sdk/blob/23a3ae5621dc114ebc6ab5d7981f0c3ac3d590c5/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v1/util.py#L53

twistedpair commented 1 month ago

This is a mirror repo. It is not the location for reporting gcloud bugs.

To report gcloud bugs, please see the official bug tracker.