Lean review experience
A lean review experience focuses on surfacing only the most critical issues and minimizing noise. It is typically achieved by combining:- Higher severity thresholds for inline comments
- Fewer findings shown by default
- Summary-focused feedback
- More aggressive ignore rules (for PRs, files, tickets, or authors)
Verbose review experience
A verbose review experience provides broader coverage and richer context. It is typically achieved by combining:- Lower severity thresholds for inline comments
- More findings shown by default
- Feedback shown both inline and in summary
- No ignore rules