Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit dcb0fbc

Browse files
authored
1.11.0 (#2930)
1 parent 0e16190 commit dcb0fbc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.11.0
2+
3+
- added support for constructor tear-offs to `avoid_redundant_argument_values`,
4+
`unnecessary_lambdas`, and `unnecessary_parenthesis`
5+
- new lint: `unnecessary_constructor_name` to flag unnecessary uses of `.new`
6+
17
# 1.10.0
28

39
- improved regular expression parsing performance for common checks

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '1.10.0';
6+
const String version = '1.11.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.10.0
2+
version: 1.11.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)