conventional-changelog-archived-repos / validate-commit-msg

DEPRECATED. Use https://github.com/marionebl/commitlint instead. githook to validate commit messages are up to standard
http://conventionalcommits.org/
MIT License
557 stars 100 forks source link

feat(config): add support for .vcmrc.js file #114

Closed rantrix closed 7 years ago

rantrix commented 7 years ago

Summary

Allow support for .vcmrc.js so that users do not have to retype in types or other settings into the .vcmrc file. Instead, they can use javascript to build the config object and import their settings.

What do you think of this proposed feature?

I wrote a test to require the .vcmrc.js file but it crashes with esprima. I'm not sure what's happening. Please help me write the test correctly
Garbee commented 7 years ago

We are currently looking to deprecate this library within the next few days. So new functionality like this isn't going to be pulled in.

Please take a look at commitlint instead.

Sorry this isn't clear right now, I've only just sat down to look into the deprecation and forwarding path to get people over to commitlint since the decision was made a few days ago.

Thank you.

rantrix commented 7 years ago

@Garbee Thank you for the explanation and link