Skip to main content
Too many low-priority suggestions can make developers ignore code review feedback entirely. The key is to tune the review so it surfaces what matters and stays quiet on what doesn’t.

Review filters

Kodus filters which findings actually get posted:
  • Minimum severity — only show suggestions at or above a threshold (default: Medium)
  • Apply filters to Kody Rules — off by default, so your team’s own rules always surface
Configure these in Code Review SettingsReview filters, or in kodus-config.yml:

Ignore files and paths

Skip files that generate noise (lock files, generated code, configs):

Skip PRs by title

Skip PRs that don’t need review (releases, version bumps):

Toggle analysis categories

Disable entire review categories you don’t need:

Review cadence

Use Auto-pause to prevent spam during active development — Kodus pauses reviews when it detects rapid consecutive pushes (default: 3 pushes in 15 minutes). For details, see General Configuration and Suggestion Control.