bahmutov / pre-git

Automatically install pre-commit / pre-push hooks in your git repo
168 stars 22 forks source link

Package validate-commit-msg is Deprecated #116

Open juancarlosfarah opened 6 years ago

juancarlosfarah commented 6 years ago

When installing pre-git, I'm seeing the following message:

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.

https://www.npmjs.com/package/validate-commit-msg

Are there any plans to move to commitlint?

http://marionebl.github.io/commitlint/

sagarbaver commented 6 years ago

@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.