mirror of
https://github.com/vbatts/git-validation.git
synced 2025-06-26 12:38:29 +00:00
*: fix typos and stuff
because that's what I do Signed-off-by: Jonathan Boulle <jon.boulle@coreos.com>
This commit is contained in:
parent
769b4028a4
commit
41062f1be2
3 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ var (
|
|||
}
|
||||
)
|
||||
|
||||
// ValidateDCO is the ValidateRule for a git commit
|
||||
// ValidateDCO checks that the commit has been signed off, per the DCO process
|
||||
func ValidateDCO(c git.CommitEntry) (vr validate.Result) {
|
||||
vr.CommitEntry = c
|
||||
if len(strings.Split(c["parent"], " ")) > 1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue