This reference is automatically generated from the CodeRabbit tools schema. Last updated: 2025-08-16
CodeRabbit supports integration with 39 static analysis tools, linters, and security scanners. Each tool can be configured individually within your .coderabbit.yaml file.

Quick Setup

Recommended tools for most projects:
.coderabbit.yaml
reviews:
  tools:
    # Security scanning
    gitleaks:
      enabled: true
    # Language-specific linters (enable as needed)
    eslint:
      enabled: true
    ruff:
      enabled: true
    golangci-lint:
      enabled: true
    # Infrastructure
    hadolint:
      enabled: true
    yamllint:
      enabled: true

Tool Categories

Language Linters

Security & Secrets

Code Quality

Infrastructure

Documentation

Specialized

Development Tools