mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: add generic custom compliance checklist configuration options to compliance tool documentation
This commit is contained in:
parent
d141e4ff9d
commit
a2b5ae87d7
1 changed files with 13 additions and 0 deletions
|
|
@ -343,6 +343,19 @@ enable_global_pr_compliance = true
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
???+ example "Generic custom compliance checklist options"
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><b>enable_generic_custom_compliance_checklist</b></td>
|
||||||
|
<td>If set to true, the tool will apply generic custom compliance checklist rules. Default is true.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><b>persist_generic_custom_compliance_checklist</b></td>
|
||||||
|
<td>If set to false, generic compliance checklist will not be kept with custom compliance. Default is false.</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
## Usage Tips
|
## Usage Tips
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue