From 0fdc4c76a35f169e45c5394bcd95abc6fd3cd433 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 24 Apr 2024 09:46:28 -0600 Subject: [PATCH] new linter rules --- analysis_options.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index c5b4136b6..cc16ffa53 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -90,6 +90,8 @@ linter: unawaited_futures: true avoid_double_and_int_checks: false constant_identifier_names: false + prefer_final_locals: true + prefer_final_in_for_each: true # avoid_print: false # Uncomment to disable the `avoid_print` rule # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule