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

Validate operation names start with upper case characters #109

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

spawnia
Copy link
Owner

@spawnia spawnia commented Aug 20, 2024

  • Added automated tests
  • Documented for all relevant versions
  • Updated the changelog

Changes

Adds a validation step that ensures operation names start with upper case characters.
This ensures that the generated classes do not start with a lower case character.

Breaking changes

I chose not to make this an automatic conversion in order to force developers to fix their operation names and make them consistent with the used classes.

@spawnia spawnia force-pushed the validate-operation-names-upper-case branch from d186375 to ef3bdfc Compare August 20, 2024 09:32
@spawnia spawnia merged commit 0fc1ea9 into master Aug 20, 2024
26 checks passed
@spawnia spawnia deleted the validate-operation-names-upper-case branch August 20, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants