Closed
Description
Hi,
I have a project where the commitlint is used to enforce the commit message using the angular
& lerna-scopes
config. This works fine for most messages but it errors for multiple scopes in a message: Example: fix(core,context): fixed some situation
.
Is there a configuration to support this or should this be a feature request?