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 db32e9a + 337a82f commit 7a498d9Copy full SHA for 7a498d9
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.31.0
2
+
3
+- updated `prefer_equal_for_default_values` to not report for SDKs `>=2.19`,
4
+ where this lint is now an analyzer diagnostic.
5
6
# 1.30.0
7
8
- new lint: `enable_null_safety`
lib/src/version.dart
@@ -3,4 +3,4 @@
// BSD-style license that can be found in the LICENSE file.
/// Package version. Synchronized w/ pubspec.yaml.
-const String version = '1.30.0';
+const String version = '1.31.0';
pubspec.yaml
@@ -1,5 +1,5 @@
name: linter
-version: 1.30.0
+version: 1.31.0
description: >-
The implementation of the lint rules supported by the analyzer framework.
0 commit comments