From afc08b3b0e7d89ba5fd48231b8df2f3cc1d257fe Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 24 Jun 2024 10:46:29 -0700 Subject: [PATCH] bump lints --- analysis_options.yaml | 9 --------- pubspec.yaml | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 8e5d4a7..44cda4d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -3,12 +3,3 @@ include: package:dart_flutter_team_lints/analysis_options.yaml analyzer: language: strict-casts: true - -linter: - rules: - - comment_references - - always_declare_return_types - - omit_local_variable_types - - prefer_single_quotes - - unawaited_futures - - use_super_parameters diff --git a/pubspec.yaml b/pubspec.yaml index 0cfd074..6524721 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: async: ^2.5.0 dev_dependencies: - dart_flutter_team_lints: ^2.0.0 - test: ^1.16.0 + dart_flutter_team_lints: ^3.0.0 + test: ^1.16.6