sizzle_lints 2.1.7
sizzle_lints: ^2.1.7 copied to clipboard
A bunch of strict rules for Dart and Flutter projects.
Changelog #
All notable changes to this project is documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.1.7] - 2025-03-02 #
- Removed require_trailing_commas rule
[2.1.6] - 2025-03-02 #
- Added page_width of 100 to analysis_options.yaml
[2.1.5] - 2025-02-18 #
- Removed "public_member_api_docs" rule
[2.1.4] - 2025-02-18 #
- Removed "prefer_expression_function_bodies" rule
[2.1.3] - 2024-10-05 #
- Configured lints for DCM and Dart Analyzer
[2.1.2] - 2024-10-05 #
- Added DCM lint rules
- Updated README
- Updated License to Apache 2.0
[2.1.1] - 2024-09-09 #
- Now, lints are stored in lints.yaml file
[2.1.0] - 2024-07-06 #
- Updated rules
[2.0.2] - 2023-08-16 #
- uncheck diagnostic_describe_all_properties rule
[2.0.1] - 2023-08-11 #
- uncheck sort_pub_dependencies rule
[2.0.0] - 2023-08-11 #
- Updated rules
[1.0.10] - 2022-01-10 #
Fixed #
- inference_failure_on_function_invocation removed from analysis_options.yaml, because it is not a rule.
[1.0.8] - 2022-01-09 #
Changed #
- Removed
strong-mode
: implicit-casts, implicit-dynamic because of deprecation
[1.0.6] - 2022-12-29 #
Changed #
- no_runtimeType_toString rule removed from analysis_options.yaml (again)
[1.0.4] - 2022-12-29 #
Changed #
- Removed diagnostic_describe_all_properties rule from analysis_options.yaml