Do some clean-up on the ReviewBot worker code.
Review Request #8433 — Created Sept. 24, 2016 and submitted — Latest diff uploaded
This change adds unicode_literals, docstrings, and does some cleanup for the
worker code. I haven't done docstrings for the individual tools because I got
lazy.
Tested that workers still responded correctly.
Diff Revision 4 (Latest)
orig
1
2
3
4
bot/reviewbot/__init__.py |
---|
bot/reviewbot/celery.py |
---|
bot/reviewbot/tasks.py |
---|
bot/reviewbot/utils.py |
---|
bot/reviewbot/processing/filesystem.py |
---|
bot/reviewbot/processing/review.py |
---|
bot/reviewbot/tools/__init__.py |
---|
bot/reviewbot/tools/buildbot.py |
---|
bot/reviewbot/tools/cppcheck.py |
---|
bot/reviewbot/tools/cpplint.py |
---|
bot/reviewbot/tools/jshint.py |
---|
bot/reviewbot/tools/pep8.py |
---|
bot/reviewbot/tools/process.py |
---|
bot/reviewbot/tools/pyflakes.py |
---|