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

[Kotlin] Sanitize enum varname #77

Merged
merged 1 commit into from
May 17, 2018
Merged

Conversation

Zomzog
Copy link
Contributor

@Zomzog Zomzog commented May 16, 2018

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh and ./bin/security/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

Sanitize enumeration name for adding underscore when it's required.

Must fix #76

Technical committee member: @jimschubert

@jimschubert jimschubert self-assigned this May 17, 2018
@jimschubert jimschubert merged commit 752b36e into OpenAPITools:master May 17, 2018
@jimschubert
Copy link
Member

Thanks. Looks good, I didn't realize this was missed in the fork.

@Zomzog Zomzog deleted the feature/76 branch May 19, 2018 22:22
@jmini jmini added this to the 3.0.0 milestone Jul 2, 2018
nilskuhn pushed a commit to nilskuhn/openapi-generator that referenced this pull request Apr 6, 2023
…config-prettier-6.x

chore(deps): update dependency eslint-config-prettier to v6.13.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Kotlin] Invalid enum var names
3 participants