Skip to content

Commit

Permalink
update to the latest package:dart_flutter_team_lints (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Sep 28, 2023
1 parent a51f779 commit 242fdb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions pkgs/graphs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 0 additions & 5 deletions pkgs/graphs/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pkgs/graphs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 242fdb5

Please sign in to comment.