From 6de821719f44809803f236cf0392acff53851f89 Mon Sep 17 00:00:00 2001 From: Judy Date: Wed, 18 Jun 2025 12:52:26 +0900 Subject: [PATCH] fix: update default value of require_todo_scan from true to false in docs --- docs/docs/tools/review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/review.md b/docs/docs/tools/review.md index 4e63bf2d..67e435e2 100644 --- a/docs/docs/tools/review.md +++ b/docs/docs/tools/review.md @@ -101,7 +101,7 @@ extra_instructions = "..." require_todo_scan - If set to true, the tool will add a section that lists TODO comments found in the PR code changes. Default is true. + If set to true, the tool will add a section that lists TODO comments found in the PR code changes. Default is false.