-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Commit message check does not enforce "fixes"/"refs" in parentheses #56
Comments
Friendly ping to @eslint/eslint-team for thoughts on this one. |
I think we should definitely do this. The more early feedback we can give to people, the better. |
Agreed! And better to automate it when we can - saves everyone time and energy. |
Apologies, I've left this sitting for a while. I'm hoping to work on this in the next few weeks-- if someone else wants to work on this, just leave a comment and I'll happily leave it to you. Here's my rough implementation idea:
If anyone has any feedback on this, feel free to share. Otherwise, that's what I'll attempt to do once I start working on this. |
Since we no longer enforce that commits end with "fixes [issue]" or "refs [issue]", we are now allowing commit messages which do mention an issue, but not the way we would like. (See eslint/eslint#9745 for an example.)
Would it be possible to flag commit messages that do contain "fixes [issue]" or "refs [issue]", but not formatted the way we like (i.e., in parentheses at the end of the commit summary)? Is this something we should consider doing?
The text was updated successfully, but these errors were encountered: