From c7eb5b943ed9d838e8c4cc70beae5b0200611567 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 1 Aug 2022 15:59:04 -0700 Subject: [PATCH] Enable conditional_uri_does_not_exist (#108652) --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index a09bd2ce45..c97ead7506 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -90,7 +90,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