| 
62 | 62 |   {  | 
63 | 63 |     "name": "avoid_catching_errors",  | 
64 | 64 |     "description": "Don't explicitly catch `Error` or types that implement it.",  | 
65 |  | -    "fixStatus": "unregistered"  | 
 | 65 | +    "fixStatus": "noFix"  | 
66 | 66 |   },  | 
67 | 67 |   {  | 
68 | 68 |     "name": "avoid_classes_with_only_static_members",  | 
 | 
432 | 432 |   {  | 
433 | 433 |     "name": "invalid_runtime_check_with_js_interop_types",  | 
434 | 434 |     "description": "Avoid runtime type tests with JS interop types where the result may not\n    be platform-consistent.",  | 
435 |  | -    "fixStatus": "needsFix"  | 
 | 435 | +    "fixStatus": "needsEvaluation"  | 
436 | 436 |   },  | 
437 | 437 |   {  | 
438 | 438 |     "name": "invariant_booleans",  | 
 | 
531 | 531 |   },  | 
532 | 532 |   {  | 
533 | 533 |     "name": "no_literal_bool_comparisons",  | 
534 |  | -    "description": "Don't compare Boolean expressions to Boolean literals.",  | 
 | 534 | +    "description": "Don't compare boolean expressions to boolean literals.",  | 
535 | 535 |     "fixStatus": "hasFix"  | 
536 | 536 |   },  | 
537 | 537 |   {  | 
 | 
884 | 884 |     "description": "Sort unnamed constructor declarations first.",  | 
885 | 885 |     "fixStatus": "hasFix"  | 
886 | 886 |   },  | 
 | 887 | +  {  | 
 | 888 | +    "name": "specify_nonobvious_local_variable_types",  | 
 | 889 | +    "description": "Specify non-obvious type annotations for local variables.",  | 
 | 890 | +    "fixStatus": "hasFix"  | 
 | 891 | +  },  | 
887 | 892 |   {  | 
888 | 893 |     "name": "super_goes_last",  | 
889 | 894 |     "description": "Place the `super` call last in a constructor initialization list.",  | 
 | 
1062 | 1067 |   {  | 
1063 | 1068 |     "name": "unrelated_type_equality_checks",  | 
1064 | 1069 |     "description": "Equality operator `==` invocation with references of unrelated types.",  | 
1065 |  | -    "fixStatus": "unregistered"  | 
 | 1070 | +    "fixStatus": "needsEvaluation"  | 
1066 | 1071 |   },  | 
1067 | 1072 |   {  | 
1068 | 1073 |     "name": "unsafe_html",  | 
1069 | 1074 |     "description": "Avoid unsafe HTML APIs.",  | 
1070 |  | -    "fixStatus": "unregistered"  | 
 | 1075 | +    "fixStatus": "noFix"  | 
1071 | 1076 |   },  | 
1072 | 1077 |   {  | 
1073 | 1078 |     "name": "use_build_context_synchronously",  | 
1074 | 1079 |     "description": "Do not use `BuildContext` across asynchronous gaps.",  | 
1075 |  | -    "fixStatus": "unregistered"  | 
 | 1080 | +    "fixStatus": "noFix"  | 
1076 | 1081 |   },  | 
1077 | 1082 |   {  | 
1078 | 1083 |     "name": "use_colored_box",  | 
 | 
0 commit comments