feat(ensure): modify enum to support regular expression#1257
feat(ensure): modify enum to support regular expression#1257dc3671 wants to merge 1 commit intoconventional-changelog:masterfrom
Conversation
c0d8e33 to
6a68eb4
Compare
|
@armano2 what do you think about this? |
|
@AdeAttwood you wanna have a look at this? Looks fine to me tbh |
|
I have been looking into this one. I have rebased on master, and it's all good. There is one issue with the new @commitlint/cz-commitlint package. I will put this one next on my list to get this merged. |
|
After looking into this, I'm not sure whether this is the correct place for this rule. The rule name I am proposing that we split this out into a new rule called @escapedcat what do you think? |
I think the new rules are good for configuration. The previous rule has a potential type definition, that is, |
|
So he we are a year later :P |
|
Closing this. Please reopen if you want to continue. Thanks for your efforts! |
Description
Implement support for scope items of regular expression, such as
[/ensure\/*/, /cli\/*/]to matchfeat(ensure/enum): some descriptions here. If scope-enum is notRegExp, this feature will not be enabled.Motivation and Context
to explicitly tell which module is related in this commit.
Usage examples
How Has This Been Tested?
Extended the tests in scope-enum.test.ts
Types of changes
Checklist: