mozilla / code-review

Automated static analysis & linting bot for Mozilla repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mozilla Code Review

The Code Review Bot aims to give early feedback to Mozilla developers about their patches. We automate code analyzers and publish detected issues on Phabricator as soon as possible, and for all revisions.

This project has 4 parts:

  • bot is a Python script running as a Taskcluster task, reporting issues found in analyzer tasks,
  • backend is a Django web API used to store issues detected by the bot,
  • frontend is an administration frontend (in Vue.js) displaying detailed information about analyses and issues,
  • events is a Python distributed application running in Heroku that receives Phabricator notifications and triggers Try pushes,

📘 Documentation is available in this repository in the docs folder. A good starting point is the architecture description.

📢 You can contact the code review bot's developers on Matrix or on Slack in #code-review-bot.

About

Automated static analysis & linting bot for Mozilla repositories

License:Mozilla Public License 2.0


Languages

Language:Python 90.1%Language:Vue 7.2%Language:JavaScript 2.1%Language:Shell 0.4%Language:Dockerfile 0.2%Language:HTML 0.0%