Skip to content

Commit 3b84d31

Browse files
authored
Remove mention of no_wildcard_variable_uses from changelog (dart-archive/lints#164)
1 parent 4b19260 commit 3b84d31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgs/lints/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- added `use_string_in_part_of_directives`
1010
- removed `iterable_contains_unrelated_type`
1111
- removed `list_remove_unrelated_type`
12-
- removed `no_wildcard_variable_uses`
1312
- `recommended`:
1413
- added `unnecessary_to_list_in_spreads`
1514
- added `use_super_parameters`

pkgs/lints/tool/rules.json

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"description": "Avoid types as parameter names.",
4545
"fixStatus": "hasFix"
4646
},
47+
{
48+
"name": "avoid_unstable_final_fields",
49+
"description": "Avoid overriding a final field to return different values if called multiple times.",
50+
"fixStatus": "noFix"
51+
},
4752
{
4853
"name": "avoid_web_libraries_in_flutter",
4954
"description": "Avoid using web-only libraries outside Flutter web plugin packages.",

0 commit comments

Comments
 (0)