diff --git a/mobile/apps/photos/analysis_options.yaml b/mobile/apps/photos/analysis_options.yaml index 2d1fb835f0..c444f8262e 100644 --- a/mobile/apps/photos/analysis_options.yaml +++ b/mobile/apps/photos/analysis_options.yaml @@ -22,7 +22,6 @@ linter: - use_key_in_widget_constructors - cancel_subscriptions - - avoid_empty_else - exhaustive_cases @@ -63,7 +62,6 @@ analyzer: unrelated_type_equality_checks: error unnecessary_cast: info - unawaited_futures: warning # convert to warning after fixing existing issues invalid_dependency: info use_build_context_synchronously: ignore # experimental lint, requires many changes @@ -74,3 +72,4 @@ analyzer: exclude: - thirdparty/** - lib/generated/** + - rust_builder/**