Skip to content

Commit

Permalink
add unnecessary_underscores (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Feb 26, 2025
1 parent fe4979b commit 06bbbff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/dart_flutter_team_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.4.0

- Added `unnecessary_underscores`.

## 3.3.0

- Added `strict_top_level_inference`.
Expand Down
1 change: 1 addition & 0 deletions pkgs/dart_flutter_team_lints/lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ linter:
- throw_in_finally
- type_annotate_public_apis
- unawaited_futures
- unnecessary_underscores
- unreachable_from_main
5 changes: 3 additions & 2 deletions pkgs/dart_flutter_team_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: dart_flutter_team_lints
description: An analysis rule set used by the Dart and Flutter teams.
version: 3.3.0
version: 3.4.0
repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
issue_tracker: https://github.com/dart-lang/ecosystem/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_flutter_team_lints

environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
lints: ^5.0.0
Expand Down

0 comments on commit 06bbbff

Please sign in to comment.