Skip to content

Commit

Permalink
[CQ] linter: enable unnecessary_underscores
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pq authored and Commit Queue committed Jan 15, 2025
1 parent f157bdc commit e470c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/linter/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ linter:
- unnecessary_null_checks
- unnecessary_parenthesis
- unnecessary_statements
- unnecessary_underscores
- unreachable_from_main
- use_if_null_to_convert_nulls_to_bools
- use_late_for_private_fields_and_variables
Expand Down

0 comments on commit e470c55

Please sign in to comment.