Skip to content

Commit c0992d9

Browse files
committed
Release Flint 2.16.2
1 parent 32cc0ad commit c0992d9

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

flint/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.16.2 (13/08/2026)
2+
3+
Core ruleset:
4+
- Remove `no_dynamic_casts`
5+
- Remove `unnecessary_null_checks`
6+
7+
18
## 2.16.1 (13/08/2026)
29

310
Remove duplicate `no_runtimetype_tostring` entry.

flint/lib/analysis_options.dart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ linter:
8484
- missing_whitespace_between_adjacent_strings
8585
- no_adjacent_strings_in_list
8686
- no_duplicate_case_values
87-
- no_dynamic_casts
8887
- no_leading_underscores_for_library_prefixes
8988
- no_leading_underscores_for_local_identifiers
9089
- no_literal_bool_comparisons
@@ -167,7 +166,6 @@ linter:
167166
- unnecessary_new
168167
- unnecessary_null_aware_assignments
169168
- unnecessary_null_aware_operator_on_extension_on_nullable
170-
- unnecessary_null_checks
171169
- unnecessary_null_in_if_null_operators
172170
- unnecessary_nullable_for_final_variable_declarations
173171
- unnecessary_overrides

flint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flint
22
description: Analyzer lints used internally in Forus Labs' Dart & Flutter projects.
3-
version: 2.16.1
3+
version: 2.16.2
44
homepage: https://github.com/forus-labs/cauldron
55
repository: https://github.com/forus-labs/cauldron
66
topics: [lints]

0 commit comments

Comments
 (0)