Skip to content

Commit

Permalink
Publish flint 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed May 25, 2024
1 parent 8e1875f commit 6d03bff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions flint/lib/analysis_options.flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 6d03bff

Please sign in to comment.