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

Commit 2fbca9a

Browse files
authored
1.17.1 (#3111)
* 1.17.1 * test fix
1 parent 508b7f8 commit 2fbca9a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.17.1
2+
3+
- update to `analyzer` version 3.0
4+
15
# 1.17.0
26

37
- new lint: `unnecessary_late`

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.17.0';
6+
const String version = '1.17.1';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.17.0
2+
version: 1.17.1
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.
@@ -12,7 +12,7 @@ environment:
1212
sdk: '>=2.12.0 <3.0.0'
1313

1414
dependencies:
15-
analyzer: '>=2.8.0 <3.0.0'
15+
analyzer: ^3.0.0
1616
args: ^2.0.0
1717
collection: ^1.15.0
1818
glob: ^2.0.0

test/integration/secure_pubspec_urls.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ void main() {
4040
'5:13 [lint] The url should only use secure protocols.',
4141
'15:12 [lint] The url should only use secure protocols.',
4242
'20:13 [lint] The url should only use secure protocols.',
43+
'25:10 [lint] The url should only use secure protocols.',
4344
'28:12 [lint] The url should only use secure protocols.',
4445
'32:12 [lint] The url should only use secure protocols.',
45-
'1 file analyzed, 7 issues found',
46+
'1 file analyzed, 8 issues found',
4647
]));
4748
expect(exitCode, 1);
4849
});

0 commit comments

Comments
 (0)