From 2c95db7206249b5f4f5255ccd7dafc8c8814ce1b Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Fri, 29 Jul 2022 16:06:30 -0700 Subject: [PATCH] Enable conditional_uri_does_not_exist --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index a733a58a24eb4..33a3cb194a5d5 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -96,7 +96,7 @@ linter: # - close_sinks # not reliable enough - combinators_ordering # - comment_references # blocked on https://github.com/dart-lang/linter/issues/1142 - # - conditional_uri_does_not_exist # not yet tested + - conditional_uri_does_not_exist # - constant_identifier_names # needs an opt-out https://github.com/dart-lang/linter/issues/204 - control_flow_in_finally - curly_braces_in_flow_control_structures