-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Nice plugin!
One thing that seems to be missing though is there is no rule that bans +
, *
, {1,}
and {0,}
, or in other words groups with no upper bound.
Not really a rule that should be on by default, but for any project that is not using heavy regex, it is good to put a reasonable upper bound on all groups to cap potential worst case, and the main thing I want to enforce on people less familiar with regex.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request