-
-
Notifications
You must be signed in to change notification settings - Fork 14
Add a negate flag #15
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
I would like to add a rule that fails when a regex is not matched, for example a
VERSIONfile containing av1.0.0and a pattern like^v(because a v prefix on a semver is not valid).