You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/lints/rules.md
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
|[`prefer_typing_uninitialized_variables`](https://dart.dev/lints/prefer_typing_uninitialized_variables)| Prefer typing uninitialized variables and fields. | ✅ |
33
33
|[`provide_deprecation_message`](https://dart.dev/lints/provide_deprecation_message)| Provide a deprecation message, via `@Deprecated("message")`. ||
34
34
|[`secure_pubspec_urls`](https://dart.dev/lints/secure_pubspec_urls)| Use secure urls in `pubspec.yaml`. ||
35
+
|[`strict_top_level_inference`](https://dart.dev/lints/strict_top_level_inference)| Specify type annotations. | ✅ |
35
36
|[`type_literal_in_constant_pattern`](https://dart.dev/lints/type_literal_in_constant_pattern)| Don't use constant patterns with type literals. | ✅ |
36
37
|[`unintended_html_in_doc_comment`](https://dart.dev/lints/unintended_html_in_doc_comment)| Use of angle brackets in a doc comment is treated as HTML by Markdown. ||
37
38
|[`unnecessary_overrides`](https://dart.dev/lints/unnecessary_overrides)| Don't override a method to do a super method invocation with the same parameters. | ✅ |
0 commit comments