Skip to content

Commit d769054

Browse files
stereotype441Commit Queue
authored andcommitted
[front_end] Enable lint depend_on_referenced_packages
This would have caught a mistake I made in https://dart-review.googlesource.com/c/sdk/+/447920. Change-Id: I6a6a6964ce45648cdb0eec6ece68cb45913cd5fc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447940 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Paul Berry <[email protected]>
1 parent e9935bd commit d769054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/front_end/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ linter:
1212
rules:
1313
- collection_methods_unrelated_type
1414
- curly_braces_in_flow_control_structures
15+
- depend_on_referenced_packages
1516
- prefer_adjacent_string_concatenation
1617
- unawaited_futures
1718
- avoid_void_async

0 commit comments

Comments
 (0)