Open juancarlosfarah opened 6 years ago
When installing pre-git, I'm seeing the following message:
pre-git
warning pre-git > validate-commit-msg@2.14.0: Check out CommitLint which provides the same functionality with a more user-focused experience.
Looks like validate-commit-msg has been deprecated, as seen on their npm page.
validate-commit-msg
https://www.npmjs.com/package/validate-commit-msg
Are there any plans to move to commitlint?
commitlint
http://marionebl.github.io/commitlint/
@bahmutov Is validate-commit-msg API's even being used? I searched for the use of this package across the repository with no matching results.
When installing
pre-git
, I'm seeing the following message:Looks like
validate-commit-msg
has been deprecated, as seen on their npm page.https://www.npmjs.com/package/validate-commit-msg
Are there any plans to move to
commitlint
?http://marionebl.github.io/commitlint/