Skip to content

Commit

Permalink
Remove mention of no_wildcard_variable_uses from changelog (dart-lang…
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Oct 23, 2023
1 parent 4b19260 commit 3b84d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/lints/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
- added `use_string_in_part_of_directives`
- removed `iterable_contains_unrelated_type`
- removed `list_remove_unrelated_type`
- removed `no_wildcard_variable_uses`
- `recommended`:
- added `unnecessary_to_list_in_spreads`
- added `use_super_parameters`
Expand Down
5 changes: 5 additions & 0 deletions pkgs/lints/tool/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"description": "Avoid types as parameter names.",
"fixStatus": "hasFix"
},
{
"name": "avoid_unstable_final_fields",
"description": "Avoid overriding a final field to return different values if called multiple times.",
"fixStatus": "noFix"
},
{
"name": "avoid_web_libraries_in_flutter",
"description": "Avoid using web-only libraries outside Flutter web plugin packages.",
Expand Down

0 comments on commit 3b84d31

Please sign in to comment.