From 53a1cd065d02dae405a22bd6dd80db59b9f1d883 Mon Sep 17 00:00:00 2001 From: Prince Bhardwaj <97880990+centaurprince@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:33:58 +0530 Subject: [PATCH] signed-off-by-Prince thegreatpurnendu94@gmail.com --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 61b6c4d..77d7933 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -22,7 +22,7 @@ linter: # `// ignore_for_file: name_of_lint` syntax on the line or in the file # producing the lint. rules: - # avoid_print: false # Uncomment to disable the `avoid_print` rule + # avoid_print: false # Uncomment to disable the 'avoid_print' rules # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule # Additional information about this file can be found at