Update the fix status of a couple of diagnostics

Change-Id: Ia62ee0f45db47895135427e019f1c558dee044fa
Closes: 49616
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254067
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
Brian Wilkerson 2022-08-09 04:22:22 +00:00 committed by Commit Bot
parent c3313e85e1
commit 858b89a10b

View file

@ -1746,7 +1746,9 @@ LintCode.no_runtimeType_toString:
LintCode.non_constant_identifier_names:
status: hasFix
LintCode.noop_primitive_operations:
status: needsEvaluation
status: needsFix
notes: |-
There should be a fix to remove the invocation of `toString`.
LintCode.null_check_on_nullable_type_parameter:
status: hasFix
notes: |-
@ -1977,7 +1979,10 @@ LintCode.use_setters_to_change_properties:
LintCode.use_string_buffers:
status: needsEvaluation
LintCode.use_string_in_part_of_directives:
status: needsEvaluation
status: needsFix
notes: |-
There should be a fix to replace the library name with the URI of the
library.
LintCode.use_super_parameters:
status: hasFix
LintCode.use_test_throws_matchers: