From f251a8a6cbafc793ed18e9be8ceab7da78536691 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Tue, 14 Oct 2025 20:56:43 +0300 Subject: [PATCH 1/2] docs: add section visibility configuration options to compliance tool documentation --- docs/docs/tools/compliance.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/docs/tools/compliance.md b/docs/docs/tools/compliance.md index 68eb13b5..a1bb31f8 100644 --- a/docs/docs/tools/compliance.md +++ b/docs/docs/tools/compliance.md @@ -292,6 +292,27 @@ enable_global_pr_compliance = true +???+ example "Section visibility options" + + + + + + + + + + + + + + + + + + +
enable_security_sectionIf set to true, the security compliance section will be displayed in the output. When false, the entire security section is hidden. Default is true.
enable_ticket_sectionIf set to true, the ticket compliance section will be displayed in the output. When false, the entire ticket section is hidden. Default is true.
enable_codebase_duplication_sectionIf 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.
enable_custom_compliance_sectionIf set to true, the custom compliance section will be displayed in the output. When false, the entire custom section is hidden. Default is true.
+ ???+ example "Security compliance options" From 2230da73fd864f9a198f73e815e6ed3d96198757 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Tue, 14 Oct 2025 21:04:03 +0300 Subject: [PATCH 2/2] docs: clarify description of codebase duplication compliance section in documentation --- docs/docs/tools/compliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/compliance.md b/docs/docs/tools/compliance.md index a1bb31f8..699b5302 100644 --- a/docs/docs/tools/compliance.md +++ b/docs/docs/tools/compliance.md @@ -305,7 +305,7 @@ enable_global_pr_compliance = true - +
enable_codebase_duplication_sectionIf 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.If set to true, the codebase duplication compliance section will be displayed in the output. When false, the entire codebase duplication section is hidden. Default is true.
enable_custom_compliance_section