From 3410ec886497ce107e965d5264c6088bba5f0f72 Mon Sep 17 00:00:00 2001 From: Antonin Pohlidal <64081784+apohlidal@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:50:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1d383..fddede6 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To disable this behavior and use the existing`analysis_options.yaml` file instea ``` # Use existing options to perform dartanalyzer analysis -sonar.dart.analyzer.options.override=true +sonar.dart.analyzer.options.override=false ``` ### Multi-module sample