You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes there are commits that span across multiple modules. Currently they do not pass the linter. Splitting into multiple is not possible if committed changes require simultaneous update of all affected parts.
The text was updated successfully, but these errors were encountered:
our projects previous use scope like: feat(A/B): commit msg, B is a sub scope of A, but for now "/" is scopes delimiter to divide input scope string into several scopes, when we update @commitlint/[email protected] , it doesn't work well as before, i wonder if we can config scope delimiter may solve my problem
Expected Behavior
I expect that commit message
fix(module-a,module-b): Do something
will passscope-case
rule.Current Behavior
It fails, because it does not treat comma as a valid separator
Affected packages
Possible Solution
Make these delimiters configurable: https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/rules/src/scope-case.js#L25
Context
Sometimes there are commits that span across multiple modules. Currently they do not pass the linter. Splitting into multiple is not possible if committed changes require simultaneous update of all affected parts.
The text was updated successfully, but these errors were encountered: