KeisukeYamashita / commitlint-rs

🔦 Lint commit messages with conventional commit messages
https://keisukeyamashita.github.io/commitlint-rs
Apache License 2.0
38 stars 9 forks source link

Add support for subscopes #386

Open Wrench56 opened 1 week ago

Wrench56 commented 1 week ago

Describe the feature

There have been talks in the conventional commit community about subscopes. A way of doing subscopes is fix(web/api) or fix(web:api).

The implementation of this feature is rather hard: one might have multiple levels of subscopes. A way to resolve this is nested lists that list all the allowed subtypes, sub-subtypes etc.

KeisukeYamashita commented 2 days ago

Thank you for reaching out!

There have been talks in the conventional commit community about subscopes

Could you give me any references that subscopes are discussed? Then, I can take a look on it!