Skip to content

Commit

Permalink
Bump dart_flutter_team lints to latest across packages
Browse files Browse the repository at this point in the history
Remove duplicate lints in files
  • Loading branch information
kevmoo committed Dec 13, 2024
1 parent febccb9 commit 116eb1f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/bazel_worker/e2e_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:

dev_dependencies:
cli_util: ^0.4.2
dart_flutter_team_lints: ^1.0.0
dart_flutter_team_lints: ^3.0.0
path: ^1.8.0
test: ^1.16.0
1 change: 0 additions & 1 deletion pkgs/clock/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ linter:
rules:
- avoid_private_typedef_functions
- avoid_redundant_argument_values
- use_super_parameters
5 changes: 0 additions & 5 deletions pkgs/coverage/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ analyzer:

linter:
rules:
- always_declare_return_types
- avoid_slow_async_io
- cancel_subscriptions
- comment_references
- literal_only_boolean_expressions
- prefer_final_locals
- sort_constructors_first
- sort_unnamed_constructors_first
- test_types_in_equals
- throw_in_finally
- type_annotate_public_apis
2 changes: 1 addition & 1 deletion pkgs/test_reflective_loader/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
test: ^1.16.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0

0 comments on commit 116eb1f

Please sign in to comment.