| 
904 | 904 |     "description": "Specify non-obvious type annotations for top-level and static variables.",  | 
905 | 905 |     "fixStatus": "hasFix"  | 
906 | 906 |   },  | 
 | 907 | +  {  | 
 | 908 | +    "name": "strict_top_level_inference",  | 
 | 909 | +    "description": "Specify type annotations.",  | 
 | 910 | +    "fixStatus": "hasFix"  | 
 | 911 | +  },  | 
907 | 912 |   {  | 
908 | 913 |     "name": "super_goes_last",  | 
909 | 914 |     "description": "Place the `super` call last in a constructor initialization list.",  | 
 | 
949 | 954 |     "description": "Use of angle brackets in a doc comment is treated as HTML by Markdown.",  | 
950 | 955 |     "fixStatus": "needsFix"  | 
951 | 956 |   },  | 
 | 957 | +  {  | 
 | 958 | +    "name": "unnecessary_async",  | 
 | 959 | +    "description": "No await no async.",  | 
 | 960 | +    "fixStatus": "needsFix"  | 
 | 961 | +  },  | 
952 | 962 |   {  | 
953 | 963 |     "name": "unnecessary_await_in_return",  | 
954 | 964 |     "description": "Unnecessary `await` keyword in return.",  | 
 | 
984 | 994 |     "description": "Avoid wrapping fields in getters and setters just to be \"safe\".",  | 
985 | 995 |     "fixStatus": "hasFix"  | 
986 | 996 |   },  | 
 | 997 | +  {  | 
 | 998 | +    "name": "unnecessary_ignore",  | 
 | 999 | +    "description": "Don't ignore a diagnostic code that is not produced.",  | 
 | 1000 | +    "fixStatus": "hasFix"  | 
 | 1001 | +  },  | 
987 | 1002 |   {  | 
988 | 1003 |     "name": "unnecessary_lambdas",  | 
989 | 1004 |     "description": "Don't create a lambda when a tear-off will do.",  | 
 | 
1074 | 1089 |     "description": "Unnecessary `toList()` in spreads.",  | 
1075 | 1090 |     "fixStatus": "hasFix"  | 
1076 | 1091 |   },  | 
 | 1092 | +  {  | 
 | 1093 | +    "name": "unnecessary_underscores",  | 
 | 1094 | +    "description": "Unnecessary underscores can be removed.",  | 
 | 1095 | +    "fixStatus": "hasFix"  | 
 | 1096 | +  },  | 
1077 | 1097 |   {  | 
1078 | 1098 |     "name": "unreachable_from_main",  | 
1079 | 1099 |     "description": "Unreachable top-level members in executable libraries.",  | 
 | 
0 commit comments