Skip to content
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

Tools: fix ValueError raised in check_names.py when overlong names are detected #680

Conversation

27Bslash6
Copy link

@27Bslash6 27Bslash6 commented Jun 16, 2022

ValueError may not be the correct type?

Will cause CI workflow to fail when lengths are exceeded, and will be used in a local pre-commit hook for automated validation.

Closes #679

@27Bslash6 27Bslash6 marked this pull request as ready for review June 16, 2022 00:41
@27Bslash6 27Bslash6 mentioned this pull request Jun 16, 2022
@juliocc juliocc merged commit 704592b into GoogleCloudPlatform:master Jun 16, 2022
@27Bslash6 27Bslash6 deleted the fix--raise-an-error-in-check_names.py-if-lengths-exceeded branch June 16, 2022 22:59
@ludoo ludoo changed the title fix: Raise ValueError when check_names detects overlong names Toos: fix Raise ValueError when check_names detects overlong names Jul 31, 2022
@ludoo ludoo added the on:tools New or changed tool label Jul 31, 2022
@ludoo ludoo changed the title Toos: fix Raise ValueError when check_names detects overlong names Tools: fix Raise ValueError when check_names detects overlong names Aug 3, 2022
@ludoo ludoo changed the title Tools: fix Raise ValueError when check_names detects overlong names Tools: fix ValueError raised in check_names.py when overlong names are detected Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on:tools New or changed tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check_names.py should raise an error if names exceed lengths
3 participants