conventionalcommit / commitlint

commitlint checks if your commit messages meets the conventional commit format
MIT License
59 stars 4 forks source link

Compatibility #16

Open rubensa opened 1 year ago

rubensa commented 1 year ago

Node commitlint version seems to be the "de facto" standard Conventional Commits linter (but it forces you to have node installed).

Are there any plans to make this project compatible with it?

I mean at:

So it is easy to transition from the Node version to this Go version.