From a2b5ae87d7385cee107f9298db7bfe63150ce7e3 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Fri, 31 Oct 2025 08:32:21 +0200 Subject: [PATCH] docs: add generic custom compliance checklist configuration options to compliance tool documentation --- docs/docs/tools/compliance.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docs/tools/compliance.md b/docs/docs/tools/compliance.md index 699b5302..f28cb865 100644 --- a/docs/docs/tools/compliance.md +++ b/docs/docs/tools/compliance.md @@ -343,6 +343,19 @@ enable_global_pr_compliance = true +???+ example "Generic custom compliance checklist options" + + + + + + + + + + +
enable_generic_custom_compliance_checklistIf set to true, the tool will apply generic custom compliance checklist rules. Default is true.
persist_generic_custom_compliance_checklistIf set to false, generic compliance checklist will not be kept with custom compliance. Default is false.
+ ## Usage Tips