lint {gitr} | R Documentation |
Common Lints for Commit Messages
Description
Lint a commit message for typical commit style and best practices for git.
Usage
lint_commit_msg(x)
Arguments
x |
A single commit message from |
Value
integer(1)
. Invisibly returns the
number of detected lints in the message.
Examples
## Not run:
lapply(gitr_commit_msgs(7L), lint_commit_msg)
## End(Not run)
[Package gitr version 0.1.0 Index]