ConfigurationConfiguration
Repository Settings
Configure review behavior per repository
Repository Settings
Review Depth
Control how thorough reviews are:
| Mode | Description | Availability |
|---|---|---|
| Full | Analyze everything: bugs, security, performance, style | All plans |
| Critical-only | Only critical and major issues | Pro |
| Security-focused | Prioritize security vulnerabilities | Pro |
Critical-Only Mode (Pro)
Reduces noise by filtering out minor issues. Useful for:
- Large PRs where you only want blocking issues
- Teams that have their own linting for minor issues
- High-velocity repos where speed matters
Framework Detection
Burg AI automatically detects your tech stack:
- Languages: TypeScript, Python, Go, Rust, Java, and 15+ more
- Frameworks: React, Vue, Django, FastAPI, Express, and others
Detection influences review focus — e.g., React-specific patterns are checked in React projects.
File/Path Exclusions (Pro)
Exclude files from review using glob patterns:
*.lock
dist/**
*.min.js
vendor/**
*.generated.tsCommon Exclusion Patterns
| Pattern | Excludes |
|---|---|
*.lock | Package lock files |
dist/** | Build output |
*.min.js | Minified files |
__tests__/** | Test files |
migrations/** | Database migrations |
File Size Limits
| Setting | Free | Pro |
|---|---|---|
| Max files per review | 25 | Configurable |
| Max file size | 300 KB | Configurable |
Files exceeding limits are skipped with a note in the review.