From 78a1a0cd7438b2c522d403feab95e576cc3577d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jehun=20Seem=28=EC=8B=AC=EC=A0=9C=ED=9B=88=29?= Date: Wed, 17 Mar 2021 11:05:03 -0700 Subject: [PATCH] Spell check for analysis_options.yaml (#78388) --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index f3fbaf570b..5b0c143fed 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -219,7 +219,7 @@ linter: - use_is_even_rather_than_modulo - use_key_in_widget_constructors - use_late_for_private_fields_and_variables - # - use_named_constants # not yet yested + # - use_named_constants # not yet tested - use_raw_strings - use_rethrow_when_possible # - use_setters_to_change_properties # not yet tested