Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e1ea341

Browse files
pqCommit Queue
authored andcommitted
update new lint fix status
Change-Id: I8acda986911e2ad03496acda6078515e5a1868c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/268842 Commit-Queue: Phil Quitslund <pquitslund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
1 parent 7a47c19 commit e1ea341

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/analysis_server/lib/src/services/correction/error_fix_status.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,9 @@ LintCode.empty_constructor_bodies:
18021802
LintCode.empty_statements:
18031803
status: hasFix
18041804
LintCode.enable_null_safety:
1805-
status: needsEvaluation
1805+
status: noFix
1806+
notes: |-
1807+
The correction is to run the migration tool.
18061808
LintCode.eol_at_end_of_file:
18071809
status: hasFix
18081810
LintCode.exhaustive_cases:
@@ -1826,7 +1828,7 @@ LintCode.join_return_with_assignment:
18261828
LintCode.leading_newlines_in_multiline_strings:
18271829
status: hasFix
18281830
LintCode.library_annotations:
1829-
status: needsEvaluation
1831+
status: needsFix
18301832
LintCode.library_names:
18311833
status: needsEvaluation
18321834
LintCode.library_prefixes:

0 commit comments

Comments
 (0)