This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Releases: dart-lang/linter
Releases · dart-lang/linter
0.1.45
0.1.44
0.1.44
- new
avoid_relative_lib_imports
lint - new
unnecessary_parenthesis
lint - fix to
prefer_const_literals_to_create_immutables
to handle undefined classes gracefully - updates to
prefer_const_declarations
to support optionalnew
andconst
prefer_const_declarations
updated to check locals- fixes to
invariant_booleans
- bumped SDK lower bound to
2.0.0-dev
- build and workflow improvements: rule template fixes; formatting and header validation
- miscellaneous documentation fixes
0.1.43
0.1.42
0.1.41
0.1.40
0.1.39
0.1.39
prefer_interpolation_to_compose_strings
update to allow concatenation of two non-literal stringsprefer_interpolation_to_compose_strings
updated to allow+=
- lots of rule documentation fixes and enhancements
- fix for
prefer_const_constructors_in_immutables
false positive with redirecting factory constructors
0.1.38
0.1.37
0.1.36
0.1.36
- new
avoid_unused_constructor_parameters
lint - new
prefer_bool_in_asserts
lint - new
prefer_typing_uninitialized_variables
lint - new
unnecessary_statements
lint public_member_api_docs
updated to only lint source inlib/
- 'avoid_empty_else' fixed to ignore synthetic
EmptyStatement
s - updated library prefix checking to allow leading
$
s - miscellaneous documentation fixes
- Dart SDK constraints restored (removed unneeded
2.0.0-dev.infinity
constraint)