Skip to content

Commit e470c55

Browse files
pqCommit Queue
authored andcommitted
[CQ] linter: enable unnecessary_underscores
Change-Id: I34532e491f941c9287d5e92ccaa96795251067a1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404344 Auto-Submit: Phil Quitslund <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]>
1 parent f157bdc commit e470c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/linter/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ linter:
5757
- unnecessary_null_checks
5858
- unnecessary_parenthesis
5959
- unnecessary_statements
60+
- unnecessary_underscores
6061
- unreachable_from_main
6162
- use_if_null_to_convert_nulls_to_bools
6263
- use_late_for_private_fields_and_variables

0 commit comments

Comments
 (0)