Skip to content

Commit

Permalink
Update to dart_flutter_team_lints v3 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored May 12, 2024
1 parent db1be28 commit e466136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/analysis_defaults/lib/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ linter:
- matching_super_parameters
- no_literal_bool_comparisons
- no_self_assignments
- no_wildcard_variable_uses
- package_api_docs
- prefer_final_fields
- prefer_final_in_for_each
Expand Down
4 changes: 2 additions & 2 deletions packages/analysis_defaults/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Analysis defaults for Dart/Flutter site tools.
publish_to: none

environment:
sdk: ^3.2.0
sdk: ^3.3.0

# NOTE: Code is not allowed in this package.
# Do not add dependencies besides the underlying lints package.
dependencies:
dart_flutter_team_lints: ^2.1.1
dart_flutter_team_lints: ^3.0.0

0 comments on commit e466136

Please sign in to comment.