diff --git a/pkgs/graphs/CHANGELOG.md b/pkgs/graphs/CHANGELOG.md index 5235bcc00..ae200ebea 100644 --- a/pkgs/graphs/CHANGELOG.md +++ b/pkgs/graphs/CHANGELOG.md @@ -1,6 +1,7 @@ ## 2.3.2-wip - Require Dart 3.0 +- Update to the latest version of `package:dart_flutter_team_lints`. ## 2.3.1 diff --git a/pkgs/graphs/analysis_options.yaml b/pkgs/graphs/analysis_options.yaml index 4d8ef5f41..4140834ff 100644 --- a/pkgs/graphs/analysis_options.yaml +++ b/pkgs/graphs/analysis_options.yaml @@ -21,23 +21,18 @@ linter: - avoid_unused_constructor_parameters - avoid_void_async - cancel_subscriptions - - comment_references - join_return_with_assignment - literal_only_boolean_expressions - missing_whitespace_between_adjacent_strings - no_adjacent_strings_in_list - no_runtimeType_toString - package_api_docs - - prefer_const_constructors - prefer_const_declarations - prefer_expression_function_bodies - prefer_final_locals - - prefer_relative_imports - require_trailing_commas - - test_types_in_equals - unnecessary_await_in_return - unnecessary_raw_strings - use_if_null_to_convert_nulls_to_bools - use_raw_strings - use_string_buffers - - use_super_parameters diff --git a/pkgs/graphs/pubspec.yaml b/pkgs/graphs/pubspec.yaml index a703aea64..34c946bed 100644 --- a/pkgs/graphs/pubspec.yaml +++ b/pkgs/graphs/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: collection: ^1.1.0 dev_dependencies: - dart_flutter_team_lints: ^1.0.0 + dart_flutter_team_lints: ^2.0.0 test: ^1.16.0 # For examples