• Get Review Board
  • What's New
  • Products
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn and Explore
  • What is Code Review?
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Demo
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. Review Bot 4.x
    2. Version 4.x
    3. Version 3.0
    4. Version 2.0
    5. Version 1.0
    6. Module and Class Reference
  • Home
  • Installation
  • Manually Installing Review Bot
  • Review Bot Docker Images
  • Upgrading Review Bot
  • Configuring Review Bot
  • Review Bot Tools
  • Cargo Tool
  • Checkstyle
  • Clang Static Analyzer
  • Cppcheck
  • Cpplint
  • Doc8
  • FBInfer
  • Flake8
  • Go Fmt
  • Go Tool
  • JSHint
  • PMD
  • Pycodestyle
  • Pydocstyle
  • Pyflakes
  • RuboCop
  • Rust Fmt
  • Secret Scanner
  • ShellCheck
  • Module and Class Reference
  • reviewbot.tools.base
  • reviewbot.tools.base.mixins
  • reviewbot.tools.base.registry
  • reviewbot.tools.base.tool
  • reviewbot.testing.testcases
  • reviewbot.testing.utils
  • reviewbot.tools.testing
  • reviewbot.tools.testing.decorators
  • reviewbot.tools.testing.testcases
  • reviewbot.processing.review
  • reviewbot.utils.api
  • reviewbot.utils.filesystem
  • reviewbot.utils.log
  • reviewbot.utils.process
  • reviewbot.utils.text
  • reviewbot.celery
  • reviewbot.config
  • reviewbot.deprecation
  • reviewbot.errors
  • reviewbot.repositories
  • reviewbot.tasks
  • reviewbot.tools.cargotool
  • reviewbot.tools.checkstyle
  • reviewbot.tools.clang
  • reviewbot.tools.cppcheck
  • reviewbot.tools.cpplint
  • reviewbot.tools.doc8
  • reviewbot.tools.fbinfer
  • reviewbot.tools.flake8
  • reviewbot.tools.gofmt
  • reviewbot.tools.gotool
  • reviewbot.tools.jshint
  • reviewbot.tools.pmd
  • reviewbot.tools.pycodestyle
  • reviewbot.tools.pydocstyle
  • reviewbot.tools.pyflakes
  • reviewbot.tools.rbsecretscanner
  • reviewbot.tools.rubocop
  • reviewbot.tools.rustfmt
  • reviewbot.tools.shellcheck
  • General Index
  • Python Module Index
  • Release Notes
  • Module and Class Reference¶

    Base Tools Support¶

    reviewbot.tools.base

    Base support for code checking tools.

    reviewbot.tools.base.mixins

    Useful mixins for code checking tools.

    reviewbot.tools.base.registry

    Tool registration

    reviewbot.tools.base.tool

    Base support for creating code checking tools.

    Unit Testing¶

    reviewbot.testing.testcases

    Common test case for Review Bot unit testing.

    reviewbot.testing.utils

    Utility functions for unit tests.

    reviewbot.tools.testing

    Testing support for tools.

    reviewbot.tools.testing.decorators

    Decorators for tool tests.

    reviewbot.tools.testing.testcases

    Base test case support for tools.

    Reviews, Patches, and Commenting¶

    reviewbot.processing.review

    Utilities¶

    reviewbot.utils.api

    API utility functions.

    reviewbot.utils.filesystem

    Utilities for filesystem operations and path normalization.

    reviewbot.utils.log

    Utility functions for loggers.

    reviewbot.utils.process

    Utility functions for Process invocation and management.

    reviewbot.utils.text

    Utility functions for working with text.

    Worker Operations¶

    reviewbot.celery

    Celery and Review Bot worker setup and management.

    reviewbot.config

    Configuration loading and validation.

    reviewbot.deprecation

    Internal support for handling deprecations in Review Bot.

    reviewbot.errors

    Common exceptions for tools and processing."

    reviewbot.repositories

    Full access repository management.

    reviewbot.tasks

    Core task handling.

    Built-in Tools¶

    reviewbot.tools.cargotool

    Review Bot tool to run Cargo commands.

    reviewbot.tools.checkstyle

    Review Bot tool to run checkstyle.

    reviewbot.tools.clang

    Review Bot tool to run Clang.

    reviewbot.tools.cppcheck

    Review Bot tool to run Cppcheck.

    reviewbot.tools.cpplint

    Review Bot tool to run cpplint.

    reviewbot.tools.doc8

    Review Bot tool to run doc8.

    reviewbot.tools.fbinfer

    Review Bot tool to run FBInfer.

    reviewbot.tools.flake8

    Review Bot tool to run flake8.

    reviewbot.tools.gofmt

    Review Bot tool to run go fmt.

    reviewbot.tools.gotool

    Review Bot tool to run Go Tools.

    reviewbot.tools.jshint

    Review Bot tool to run JSHint.

    reviewbot.tools.pmd

    Review Bot tool to run PMD.

    reviewbot.tools.pycodestyle

    Unit tests for reviewbot.tools.pycodestyle.

    reviewbot.tools.pydocstyle

    Review Bot tool to run pydocstyle.

    reviewbot.tools.pyflakes

    Review Bot tool to run pyflakes.

    reviewbot.tools.rbsecretscanner

    Review Bot tool to check for hard-coded security credentials.

    reviewbot.tools.rubocop

    Review Bot tool to run rubocop.

    reviewbot.tools.rustfmt

    Review Bot tool to run rustfmt.

    reviewbot.tools.shellcheck

    Review Bot tool to run shellcheck.

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    News
    Demo
    RBCommons Hosting
    Integrations
    Happy Users
    Support Options
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    RBTools
    Djblets
    Power Pack
    Package Store
    PGP Signatures
    Contributing
    Bug Tracker
    Submit Patches
    Development Setup
    Wiki
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube

    Copyright © 2006-2025 Beanbag, Inc. All rights reserved.

    Terms of Service — Privacy Policy — AI Ethics Policy — Branding

    On this page

    • [Top]
    • Base Tools Support
    • Unit Testing
    • Reviews, Patches, and Commenting
    • Utilities
    • Worker Operations
    • Built-in Tools