lintorium 1.7.0
lintorium: ^1.7.0 copied to clipboard
The strictest linting rules for Dart code. Perfect for perfectionists, whether solo developers or entire teams striving for flawless code.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] #
Added #
- CLI tool for validating the
analysis_options.yaml
file.
Changed #
- Minimum Dart SDK compatibility updated to
>=3.0.0
.
Fixed #
- Resolved analyzer warnings that could appear when including
package:lintorium/analysis_options.yaml
in a project.
Breaking Changes #
- Analyzer diagnostic
private_optional_parameter
is now overridden with severityignore
.
This may silence errors that were previously shown in user projects.