Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove mention of no_wildcard_variable_uses from changelog
  • Loading branch information
parlough committed Oct 22, 2023
commit c657603990ec0a8546c3de0846a6c624927b1cd9
1 change: 0 additions & 1 deletion 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 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