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

Update maru to allow mixed case variable names #148

Open
zachariahmiller opened this issue Oct 2, 2024 · 0 comments
Open

Update maru to allow mixed case variable names #148

zachariahmiller opened this issue Oct 2, 2024 · 0 comments
Labels
enhancement ✨ New feature or request

Comments

@zachariahmiller
Copy link
Contributor

zachariahmiller commented Oct 2, 2024

Is your feature request related to a problem? Please describe

Maru or at least the schema only allows upper case letters in the variable names. This ticket it to do the following:

  1. validate if this is a real issue in maru or just a schema issue
  2. if its a real issue modify maru to allow mixed case characters in variable names
  3. update the schema to reflect that mixed case characters are allowd

Additional context

This shows a schema error:

variables:
  - name: myVariable
    default: "value"

This does not:

variables:
  - name: MY_VARIABLE
    default: "value"
@zachariahmiller zachariahmiller added the enhancement ✨ New feature or request label Oct 2, 2024
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