This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
package:lints v3.0.0-beta
core
:- added
collection_methods_unrelated_type
- added
implicit_call_tearoffs
- added
no_wildcard_variable_uses
- added
secure_pubspec_urls
- added
type_literal_in_constant_pattern
- added
use_string_in_part_of_directives
- removed
iterable_contains_unrelated_type
- removed
list_remove_unrelated_type
- added
recommended
:- added
unnecessary_to_list_in_spreads
- added
use_super_parameters
- removed
prefer_equal_for_default_values
- added
- Add info about which lints have quick fixes to the package's readme.
- Move the list of lint rules from the readme to a separate
rules.md file.