code-review-bot
code-review-bot copied to clipboard
Verify Developer Certificate of Origin (DCO) on each commit
When committing code, users need to run:
git commit -s
which will add a line similar to the following at the end of the commit message:
Signed-off-by: Jane Doe <[email protected]>
Developers who don't want to remember to add -s every time they commit code can simplify it for themselves via an alias for git commit.
This check should ensure that:
- this line exists in each commit
- the name and email on this line matches the name + email of the commit itself
Hey @mbrukman!
Are you already working on this? If you need help with it, I would like to take it.
@DiSiqueira — no, I'm not working on it, so please feel free to take it!