We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d141e4f commit a2b5ae8Copy full SHA for a2b5ae8
docs/docs/tools/compliance.md
@@ -343,6 +343,19 @@ enable_global_pr_compliance = true
343
</tr>
344
</table>
345
346
+???+ example "Generic custom compliance checklist options"
347
+
348
+ <table>
349
+ <tr>
350
+ <td><b>enable_generic_custom_compliance_checklist</b></td>
351
+ <td>If set to true, the tool will apply generic custom compliance checklist rules. Default is true.</td>
352
+ </tr>
353
354
+ <td><b>persist_generic_custom_compliance_checklist</b></td>
355
+ <td>If set to false, generic compliance checklist will not be kept with custom compliance. Default is false.</td>
356
357
+ </table>
358
359
360
## Usage Tips
361
0 commit comments