We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1c5ed6 + 5d015d5 commit ef5846dCopy full SHA for ef5846d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.0
2
+
3
+- Enforce `prefer_is_empty`.
4
5
## 1.2.0
6
7
- Enforce `unawaited_futures`. Stop enforcing `control_flow_in_finally` and
lib/analysis_options.yaml
@@ -14,6 +14,7 @@ linter:
14
- no_duplicate_case_values
15
- prefer_contains
16
- prefer_equal_for_default_values
17
+ - prefer_is_empty
18
- prefer_is_not_empty
19
- recursive_getters
20
- unrelated_type_equality_checks
pubspec.yaml
@@ -1,5 +1,5 @@
name: pedantic
-version: 1.2.0
+version: 1.3.0
description: How to get the most value from Dart static analysis.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/pedantic
0 commit comments