lintorium 38.1.0
lintorium: ^38.1.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.
38.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Enabled the
omit_local_variable_types
rule (previously disabled): May allow previously failing code to pass linting. - [BREAKING CHANGE] Changed the
omit_obvious_property_types
rule severity fromwarning
toignore
and disabled it (previously enabled): May affect CI/CD pipelines that enforce strict linting.
37.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Enabled the
omit_local_variable_types
rule (previously disabled): May allow previously failing code to pass linting. - [BREAKING CHANGE] Changed the
omit_obvious_property_types
rule severity fromwarning
toignore
and disabled it (previously enabled): May affect CI/CD pipelines that enforce strict linting.
36.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Changed the
document_ignores
rule severity fromerror
towarning
: May allow previously failing code to pass linting. - [BREAKING CHANGE] Enabled the
omit_local_variable_types
rule (previously disabled): May allow previously failing code to pass linting.
35.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Changed the
document_ignores
rule severity fromerror
towarning
: May allow previously failing code to pass linting. - [BREAKING CHANGE] Changed the
omit_local_variable_types
rule severity fromerror
towarning
: May allow previously failing code to pass linting.
34.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Changed the
omit_local_variable_types
rule severity fromerror
towarning
: May allow previously failing code to pass linting.
33.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Changed the
omit_local_variable_types
rule severity fromerror
towarning
: May allow previously failing code to pass linting.
32.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Changed the
omit_local_variable_types
rule severity fromerror
towarning
: May allow previously failing code to pass linting.
31.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Changed the
omit_local_variable_types
rule severity fromerror
towarning
: May allow previously failing code to pass linting.
30.1.0 - 2025-07-22 #
Changed #
- Added new rules to the
analyzer.exclude
section inanalysis_options.yaml
. - [BREAKING CHANGE] Changed the
omit_local_variable_types
rule severity fromerror
towarning
: May allow previously failing code to pass linting.
38.0.0 - 2025-07-08 #
1.0.0 - 2025-04-06 #
Added #
- CLI tool for validating the
analysis_options.yaml
file.
Changed #
- [BREAKING CHANGE] Updated minimum Dart SDK version to
>=3.0.0
. - [BREAKING CHANGE] Changed the
private_optional_parameter
rule severity toignore
: May silence errors previously shown in user projects.
Fixed #
- Resolved analyzer warnings when including
package:lintorium/analysis_options.yaml
in a project.