Skip to content

Commit b96e5d2

Browse files
authored
Add the discarded_futures lint; rev for publishing (#346)
1 parent a3cc42d commit b96e5d2

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/workflows/health_internal.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
warn_on: license,coverage,breaking,leaking
2121
ignore_license: 'pkgs/firehose/test_data'
2222
ignore_coverage: 'pkgs/firehose/bin,pkgs/firehose/test_data'
23+
permissions:
24+
pull-requests: write

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.5.0
2+
3+
- Added `discarded_futures`.
4+
15
## 3.4.0
26

37
- Added `unnecessary_underscores`.

pkgs/dart_flutter_team_lints/lib/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ linter:
4444
- avoid_dynamic_calls
4545
- comment_references
4646
- conditional_uri_does_not_exist
47+
- discarded_futures
4748
- only_throw_errors
4849
- strict_top_level_inference
4950
- test_types_in_equals

pkgs/dart_flutter_team_lints/pubspec.yaml

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

0 commit comments

Comments
 (0)