Root.Metadata.CommitMessage.Shortlog.FirstCharacter |
Parent | Index |
Sibling aspects | ColonExistence | Length | Tense | TrailingPeriod |
The first character of your commit message shortlog (first line) usually should be upper or lower case consistently.
If the commit message contains a colon, only the first character after the colon will be checked.
Taste | Meaning | Values |
---|---|---|
shortlog_starts_upper_case |
Whether or not the shortlog (first line) of a commit message should start with an upper case letter consistently. | True, False |
* bold denotes default value
This aspect does not have any sub aspects.
Add coverage pragma
Compatability: Add coverage pragma
add coverage pragma
Compatability: add coverage pragma
Consistent commit messages are easier to read through.
Convert your first character to upper/lower case. If your message starts with an identifier, consider rephrasing. Usually starting with a verb is a good idea.