mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: add section visibility configuration options to compliance tool documentation
This commit is contained in:
parent
9fd28e5680
commit
f251a8a6cb
1 changed files with 21 additions and 0 deletions
|
|
@ -292,6 +292,27 @@ enable_global_pr_compliance = true
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
???+ example "Section visibility options"
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><b>enable_security_section</b></td>
|
||||||
|
<td>If set to true, the security compliance section will be displayed in the output. When false, the entire security section is hidden. Default is true.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><b>enable_ticket_section</b></td>
|
||||||
|
<td>If set to true, the ticket compliance section will be displayed in the output. When false, the entire ticket section is hidden. Default is true.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><b>enable_codebase_duplication_section</b></td>
|
||||||
|
<td>If set to true, the codebase duplication compliance section will be displayed in the output. When false, the entire RAG section is hidden. Default is true.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><b>enable_custom_compliance_section</b></td>
|
||||||
|
<td>If set to true, the custom compliance section will be displayed in the output. When false, the entire custom section is hidden. Default is true.</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
???+ example "Security compliance options"
|
???+ example "Security compliance options"
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue