
We will need a way to plug-in to the gerrit stream so that we can push comments; this library seems to be the defacto one to do this (and I have contributed code to it so I understand mostly how it works). Change-Id: I485a7e3a72d8d9042ba6da696808b2e29a8bcb2a
NerdReviewer - automates dull daily routine code reviews
Nerd Code Reviewer analyzes commits and tell authors where and why they code won't pass human code review process.
Such automation optimizes work on open source projects and simplifies life of new contributors, because they will get interactive step by step guide how to make their patches attractive for project's maintainers.
Description
Nerd Reviewer bot reviews patches and checks that they pass common project rules e.g. unit test coverage, max amount of loc, well written commit message... So core reviews can concentrate on other more important stuff.
Languages
Python
100%