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.
b1ae45c46c
Start to get this program working by cleaning up the requirements files, setup.cfg, tox.ini and more! Change-Id: I59daf80335f0c186f9a0f66d3539e86703007bfc |
||
---|---|---|
doc/source | ||
nerdreviewer | ||
tests | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.