You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to make the error messages friendlier?
Expected Behavior
I expected the lint error messages to be friendly or at least a possibility to make them friendly. Friendly meaning: Someone who doesn't know about the convention will see information how to fix their commit message.
Current Behavior
Here's an example of the error message:
⧗ input: lel
✖ message may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
It doesn't explain what a type or a message is. I expected it to do that.
Affected packages
cli
core
prompt
config-conventional
Possible Solution
Maybe there is a way to configure the output? Or generally make this easier for people to understand.
Context
I'm trying to make sure, coworkers who create a pull request on a specific repository will be informed about the commit message convention when trying to contribute. In a non-confusing way.
The text was updated successfully, but these errors were encountered:
Is there a way to make the error messages friendlier?
Expected Behavior
I expected the lint error messages to be friendly or at least a possibility to make them friendly. Friendly meaning: Someone who doesn't know about the convention will see information how to fix their commit message.
Current Behavior
Here's an example of the error message:
It doesn't explain what a type or a message is. I expected it to do that.
Affected packages
Possible Solution
Maybe there is a way to configure the output? Or generally make this easier for people to understand.
Context
I'm trying to make sure, coworkers who create a pull request on a specific repository will be informed about the commit message convention when trying to contribute. In a non-confusing way.
The text was updated successfully, but these errors were encountered: