docs: add generic custom compliance checklist configuration options to compliance tool documentation
Some checks failed
Build-and-test / build-and-test (push) Has been cancelled
docs-ci / deploy (push) Has been cancelled

This commit is contained in:
ofir-frd 2025-10-31 08:32:21 +02:00
parent d141e4ff9d
commit a2b5ae87d7

View file

@ -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