|
| 1 | +[config] |
| 2 | +publish_output = true |
| 3 | +publish_output_progress = false |
| 4 | +verbosity_level = 1 |
| 5 | + |
| 6 | +[github_app] |
| 7 | +# Only run /review. Drops the /describe walkthrough, diagram, and file-changes summary. |
| 8 | +pr_commands = ["/review"] |
| 9 | + |
| 10 | +[pr_reviewer] |
| 11 | +require_score_review = false |
| 12 | +require_tests_review = false |
| 13 | +require_estimate_effort_to_review = false |
| 14 | +require_can_be_split_review = false |
| 15 | +require_security_review = false |
| 16 | +require_ticket_analysis_review = false |
| 17 | +enable_review_labels_security = false |
| 18 | +enable_review_labels_effort = false |
| 19 | +inline_code_comments = true |
| 20 | +num_code_suggestions = 3 |
| 21 | +persistent_comment = true |
| 22 | +final_update_message = false |
| 23 | +enable_help_text = false |
| 24 | +extra_instructions = """ |
| 25 | +Output style rules (strict): |
| 26 | +- Be terse. One short paragraph per finding, no preamble. |
| 27 | +- Only report concrete bugs, correctness issues, or rule violations. Do not summarize the PR. |
| 28 | +- No headers, no bullet lists, no tables, no diagrams, no code-fence wrapping unless quoting code. |
| 29 | +- No emojis. No severity badges. No tags like "Bug", "Enhancement", "Correctness", "Maintainability". |
| 30 | +- No Qodo branding, logos, dividers, or footer links. |
| 31 | +- If nothing to flag, post nothing. |
| 32 | +""" |
| 33 | + |
| 34 | +[pr_description] |
| 35 | +publish_description_as_comment = false |
| 36 | +publish_labels = false |
| 37 | +enable_pr_type = false |
| 38 | +final_update_message = false |
| 39 | +enable_help_text = false |
0 commit comments