commit | 763e7a476bb760804f91ba94176dd40e2b20a0ce | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@google.com> | Mon May 13 19:39:02 2024 -0400 |
committer | Dmitri Shuralyov <dmitshur@google.com> | Tue May 14 16:21:55 2024 +0000 |
tree | 0c39230b1216a82542c864b3ecdbf1404d5fd214 | |
parent | 287d5be7efb95b70ffbfa6a469f5fd22b5d96282 [diff] |
project.config: add check for Signed-off-by footer The Go project doesn't use Signed-off-by footers in commit messages. This is documented at https://go.dev/wiki/CommitMessage. Occasional contributors will sometimes miss this and include it anyway. Add a submit requirement that catches accidental uses of such footers so that this isn't something reviewers need to manually pay attention to when reviewing CLs. Change-Id: I0250c6336806ef8eea86fbd88084c615d5f0c54d Reviewed-on: https://go-review.googlesource.com/c/All-Projects/+/584938 Reviewed-by: Ian Lance Taylor <iant@google.com>