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

Detect common type mistakes, and give useful feedback #94

Open
jaredoconnell opened this issue Jul 11, 2023 · 0 comments
Open

Detect common type mistakes, and give useful feedback #94

jaredoconnell opened this issue Jul 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jaredoconnell
Copy link
Contributor

Please describe what you would like to see in this project

One common mistake that several members of the team have made at some point is specifying a string instead of an enum value for a string-enum in the Python SDK. It would be useful to detect common type errors, like string for an enum, and specify that you need to reference the enum in code, not the string. Use the string in the YAML input only.

@jaredoconnell jaredoconnell added the enhancement New feature or request label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant