-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support config through a unified file #29
Comments
Great! And thank you! |
Thank you for such a wonderful project. If we can remove the dependency on the Cargo.toml and have this language agnostic, i can advocate this inside my company. Thanks. |
I've started work on it already (again). I hope to finish it at the weekend. It took some time since I re-wrote the parser for better error messages as well. |
Just a quick update: currently in my finals. After that I will finish this up! I tempered around with the parser again to get better error messages and lost track of time back in December :) |
As of now, commit types can be specified in
Cargo.toml
, which works fine for Rust projects. However, this isn't suitable in non-Rust projects.I'd like to suggest using a unified config file everywhere, say
git-cm.toml
or (whatever file type is preferable for parsing) for easy use ofgit-cm
regardless of the project.The text was updated successfully, but these errors were encountered: