Display Preferences
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:
```toml
comments_location_policy = "both"Supported values:
summaryFeedback appears only in the Conversation tab. Best for reviewing the overall impact and prioritization of findings.inlineFeedback appears only in the Files changed view. Best for fixing issues directly next to the affected code.bothFeedback appears in both the summary and inline views.
Summary example:

Inline example:

Last updated