From 112fe960be94b1e614907550c9c3d9a1489b5f0f Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Fri, 29 Dec 2023 09:20:28 +1300 Subject: [PATCH] Update analysis options --- analysis_options.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index d4e0f0c..3fd245c 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -23,6 +23,8 @@ linter: rules: # avoid_print: false # Uncomment to disable the `avoid_print` rule # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + curly_braces_in_flow_control_structures: false + avoid_print: false # Additional information about this file can be found at # https://dart.dev/guides/language/analysis-options