diff --git a/flint/CHANGELOG.md b/flint/CHANGELOG.md index 8c3a649b..e4b585e0 100644 --- a/flint/CHANGELOG.md +++ b/flint/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.10.0 (25/05/2024) +Flutter ruleset: +- Add `diagnostic_describe_all_properties` + # 2.9.0 (17/11/2023) This update focuses on lint rules introduce in Dart 3.2.0. diff --git a/flint/lib/analysis_options.flutter.yaml b/flint/lib/analysis_options.flutter.yaml index ace0c2a1..3585f5c7 100644 --- a/flint/lib/analysis_options.flutter.yaml +++ b/flint/lib/analysis_options.flutter.yaml @@ -2,6 +2,7 @@ include: ./analysis_options.dart.yaml linter: rules: - avoid_web_libraries_in_flutter + - diagnostic_describe_all_properties - no_logic_in_create_state - sized_box_for_whitespace - sized_box_shrink_expand diff --git a/flint/pubspec.yaml b/flint/pubspec.yaml index fbb3321b..fb2d47e1 100644 --- a/flint/pubspec.yaml +++ b/flint/pubspec.yaml @@ -1,6 +1,6 @@ name: flint description: Analyzer lints used internally in Forus Labs' Dart & Flutter projects. -version: 2.9.0 +version: 2.10.0 homepage: https://github.com/forus-labs/cauldron repository: https://github.com/forus-labs/cauldron topics: [lints]