This repository was archived by the owner on Nov 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ # 1.17.1
2+
3+ - update to ` analyzer ` version 3.0
4+
15# 1.17.0
26
37- new lint: ` unnecessary_late `
Original file line number Diff line number Diff line change 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 ' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.17.0
2+ version : 1.17.1
33
44description : >-
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
1414dependencies :
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
Original file line number Diff line number Diff 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 });
You can’t perform that action at this time.
0 commit comments