From ebaaf27e700c6f1f52f723d0e5186a5cc0759bf3 Mon Sep 17 00:00:00 2001 From: Clint Purser Date: Wed, 25 Sep 2024 17:11:42 -0400 Subject: [PATCH] remove deprecated lints These two lints have been deprecated. Removing. > 'avoid_returning_null' was removed in Dart '3.3.0' > Remove the reference to 'avoid_returning_null'. > 'avoid_returning_null_for_future' was removed in Dart '3.3.0' > Remove the reference to 'avoid_returning_null_for_future'. --- analysis_options.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 7524111cb1a..fa21f98d646 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -6,8 +6,6 @@ linter: - avoid_catching_errors - avoid_dynamic_calls - avoid_field_initializers_in_const_classes - - avoid_returning_null - - avoid_returning_null_for_future - avoid_slow_async_io - avoid_type_to_string - avoid_void_async