lppedd / idea-conventional-commit-commitlint

Provides additional commit types and scopes via Commitlint rules.
https://plugins.jetbrains.com/plugin/14046-commitlint-conventional-commit
MIT License
27 stars 1 forks source link

Add support for multiple scopes #9

Open tukusejssirs opened 1 year ago

tukusejssirs commented 1 year ago

It would be awesome if you add support for multiple scopes.

Currently, if I add multiple scopes (e.g. chore(one,two,three), in the autocomplete I get additional option one,two,three, thus they are considered a separate scope.