Skip to content

Commit

Permalink
Enable conditional_uri_does_not_exist (flutter#35021)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Aug 1, 2022
1 parent 0391078 commit 6d2fd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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
Expand Down

0 comments on commit 6d2fd23

Please sign in to comment.