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
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: rules.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@
20
20
|[`hash_and_equals`](https://dart.dev/lints/hash_and_equals)| Always override `hashCode` if overriding `==`. | ✅ |
21
21
|[`implicit_call_tearoffs`](https://dart.dev/lints/implicit_call_tearoffs)| Explicitly tear-off `call` methods when using an object as a Function. | ✅ |
22
22
|[`no_duplicate_case_values`](https://dart.dev/lints/no_duplicate_case_values)| Don't use more than one case with same value. | ✅ |
23
-
|[`no_wildcard_variable_uses`](https://dart.dev/lints/no_wildcard_variable_uses)| Don't use wildcard parameters or variables. ||
24
23
|[`non_constant_identifier_names`](https://dart.dev/lints/non_constant_identifier_names)| Name non-constant identifiers using lowerCamelCase. | ✅ |
25
24
|[`null_check_on_nullable_type_parameter`](https://dart.dev/lints/null_check_on_nullable_type_parameter)| Don't use null check on a potentially nullable type parameter. | ✅ |
26
25
|[`package_prefixed_library_names`](https://dart.dev/lints/package_prefixed_library_names)| Prefix library names with the package name and a dot-separated path. ||
0 commit comments