Skip to content

Commit 06bbbff

Browse files
authored
add unnecessary_underscores (#342)
1 parent fe4979b commit 06bbbff

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

pkgs/dart_flutter_team_lints/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.0
2+
3+
- Added `unnecessary_underscores`.
4+
15
## 3.3.0
26

37
- Added `strict_top_level_inference`.

pkgs/dart_flutter_team_lints/lib/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ linter:
5050
- throw_in_finally
5151
- type_annotate_public_apis
5252
- unawaited_futures
53+
- unnecessary_underscores
5354
- unreachable_from_main

pkgs/dart_flutter_team_lints/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: dart_flutter_team_lints
22
description: An analysis rule set used by the Dart and Flutter teams.
3-
version: 3.3.0
3+
version: 3.4.0
44
repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints
5+
issue_tracker: https://github.com/dart-lang/ecosystem/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_flutter_team_lints
56

67
environment:
7-
sdk: ^3.7.0-0
8+
sdk: ^3.7.0
89

910
dependencies:
1011
lints: ^5.0.0

0 commit comments

Comments
 (0)