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

Ban hash signs and delimiters in state names #3

Closed
rlaffers opened this issue Apr 21, 2021 · 1 comment
Closed

Ban hash signs and delimiters in state names #3

rlaffers opened this issue Apr 21, 2021 · 1 comment
Labels

Comments

@rlaffers
Copy link
Owner

As argued here, state names should not contain delimiters . (confuses hierarchical states with a single state with a delimiter in its names) nor hash signs # (confuses state names with IDs).

Optionally, ban white space too.
Optionally, ban wildcards * (no good reason to support this).

Options (with defaults)

  • camelCase: [a-zA-Z0-9] - default
  • PascalCase: [a-zA-Z0-9]
  • snakeCase: [a-z0-9_]
  • : [-a-zA-Z0-9_:]
  • allowUnicode: false
  • allowWhitespace: false
  • allowWildcard: false
@rlaffers
Copy link
Owner Author

🎉 This issue has been resolved in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant