From 84d0f80c81f4d1d8ceeabb4ac6de2a9387f0099c Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 7 Nov 2024 09:07:16 +0200 Subject: [PATCH] Add documentation for focus_only_on_problems setting in improve.md and README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d94c49b..bfc7ded4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ When enabled, this option reduces the number of code suggestions and categorizes This mode is ideal for developers who want to concentrate specifically on finding and fixing potential bugs in their pull request code. -Example result: + +**Example results:** Original mode