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

Add more verification #22

Open
britter opened this issue Aug 15, 2022 · 0 comments
Open

Add more verification #22

britter opened this issue Aug 15, 2022 · 0 comments
Labels
a:enhancement New feature or request

Comments

@britter
Copy link
Member

britter commented Aug 15, 2022

The plugin should verify that

  • group and parameter names are all valid java identifiers (starting with a letter, only letters, numbers and underscores).
  • group and parameter names are not reserved keywords, e.g. primitive type names, modifier names, "class"/"interface"/"enum"
  • the name passed to fromEnvironment represents a valid environment variable name.
  • the default value of an enum parameter is part of the values list
@britter britter added this to the 1.1 milestone Aug 15, 2022
@britter britter added the a:enhancement New feature or request label Aug 15, 2022
@britter britter modified the milestones: 1.1, 1.2 Aug 26, 2022
@britter britter modified the milestones: 1.2, 1.3 Oct 11, 2022
@britter britter modified the milestones: 1.3, 1.4 Nov 5, 2022
@britter britter removed this from the 1.4 milestone Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant