Skip to content

Commit addc888

Browse files
committed
Update to new analyzer and linter.
Notably, this will allow us to play with * the fixed `public_member_api_docs` that now checks for documented getters when checking setters (https://github.com/dart-lang/linter/issues/237), and * the new `comment_references` lint that ensures identifiers referenced in docs are in scope (https://github.com/dart-lang/linter/issues/240).
1 parent 7163cf1 commit addc888

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/flutter_test/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
# We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do.
1111
# We pin the version of analyzer we depend on to avoid version skew across our
1212
# packages.
13-
analyzer: 0.27.4-alpha.1
13+
analyzer: 0.27.4-alpha.6
1414

1515
flutter:
1616
path: ../flutter

packages/flutter_tools/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
http: ^0.11.3
1616
json_rpc_2: ^2.0.0
1717
json_schema: ^1.0.3
18-
linter: ^0.1.15
18+
linter: ^0.1.17
1919
mustache4dart: ^1.0.0
2020
package_config: ^0.1.3
2121
path: ^1.3.0
@@ -35,7 +35,7 @@ dependencies:
3535
test: 0.12.13+1
3636

3737
# Pinned in flutter_test as well.
38-
analyzer: 0.27.4-alpha.1
38+
analyzer: 0.27.4-alpha.6
3939

4040
dev_dependencies:
4141
mockito: ^0.11.0

0 commit comments

Comments
 (0)