We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b60e35 + 9e62150 commit a8d4555Copy full SHA for a8d4555
rules/dco/dco.go
@@ -41,7 +41,7 @@ func ValidateDCO(r validate.Rule, c git.CommitEntry) (vr validate.Result) {
41
}
42
if !hasValid {
43
vr.Pass = false
44
- vr.Msg = "does not have a valid DCO"
+ vr.Msg = "does not have a valid Developer Certificate of Origin (DCO, https://developercertificate.org); run `git commit --amend --signoff` to sign DCO"
45
} else {
46
vr.Pass = true
47
vr.Msg = "has a valid DCO"
0 commit comments