lint | R Documentation |
Lint a commit message for typical commit style and best practices for git.
lint_commit_msg(x)
x |
A single commit message from |
integer(1)
. Invisibly returns the
number of detected lints in the message.
## Not run:
lapply(get_commit_msgs(7L), lint_commit_msg)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.