openedx / edx-lint

Custom tooling for pylint and other repo management tools
Apache License 2.0
50 stars 26 forks source link

No `ci` in comit lint config #427

Closed CodeWithEmad closed 3 months ago

CodeWithEmad commented 3 months ago

I noticed that commitlint config doesn't support ci.

https://github.com/openedx/edx-lint/blob/596689d8ef37616a073e5147a3d9e2af9f36a2b1/commitlint.config.js#L66C1-L66C104

Is there a reason behind it? @feanil @sarina

feanil commented 3 months ago

The full spec is here: https://docs.openedx.org/projects/openedx-proposals/en/latest/best-practices/oep-0051-bp-conventional-commits.html#specification

We support build and test instead which can be a bit more precise and useful.