# code-review **Repository Path**: mirrors_mozilla/code-review ## Basic Information - **Project Name**: code-review - **Description**: Automated static analysis & linting bot for Mozilla repositories - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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, triggering Try pushes from Phabricator notifications and then 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, :blue_book: Documentation is available in this repository [in the docs folder](docs/README.md). A good starting point is the [architecture description](docs/architecture.md). :loudspeaker: You can contact the code review bot's developers [on Matrix](https://chat.mozilla.org/#/room/#code-review-bot:mozilla.org) or on Slack in #code-review-bot.