91% of developers use AI tools. Your repo is accumulating technical debt RIGHT NOW.
Repo Preferences
Each repository can have its own SlopBuster configuration, allowing different review behavior for different codebases.
Per-Repo Configuration
Drop a .slopbuster.yaml file in any repository root to override defaults. Each repo can have different rules, severity levels, and ignore patterns.
Common Per-Repo Settings
Language override
Force a specific language if auto-detection doesn't suit your project.
Review strictness
Adjust max_findings_per_review — set higher for stricter repos, lower for experimental projects.
Rule severity
Elevate certain rules to error in production repos, keep them as warning in prototypes.
Ignore patterns
Exclude generated code, vendor directories, or test fixtures specific to this repo.
Organization Defaults
On Interstellar plans, you can set organization-wide defaults that apply to all repositories. Individual repos can override specific settings while inheriting the rest.