Display mode controls where Qodo’s review feedback appears in a pull request.
You can choose to surface feedback as a high-level summary, inline on the relevant code, or both, depending on how your team prefers to review and fix issues.
This setting helps balance visibility vs. focus: summaries are useful for understanding the overall state of a PR, while inline comments are ideal for resolving issues directly in context.
Example:
```tomlcomments_location_policy="both"
Supported values:
summary
Feedback appears only in the Conversation tab.
Best for reviewing the overall impact and prioritization of findings.
inline
Feedback appears only in the Files changed view.
Best for fixing issues directly next to the affected code.
both
Feedback appears in both the summary and inline views.