Commit addc8889 authored by pq's avatar pq

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).
parent 7163cf11
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
# We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do. # We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do.
# We pin the version of analyzer we depend on to avoid version skew across our # We pin the version of analyzer we depend on to avoid version skew across our
# packages. # packages.
analyzer: 0.27.4-alpha.1 analyzer: 0.27.4-alpha.6
flutter: flutter:
path: ../flutter path: ../flutter
...@@ -15,7 +15,7 @@ dependencies: ...@@ -15,7 +15,7 @@ dependencies:
http: ^0.11.3 http: ^0.11.3
json_rpc_2: ^2.0.0 json_rpc_2: ^2.0.0
json_schema: ^1.0.3 json_schema: ^1.0.3
linter: ^0.1.15 linter: ^0.1.17
mustache4dart: ^1.0.0 mustache4dart: ^1.0.0
package_config: ^0.1.3 package_config: ^0.1.3
path: ^1.3.0 path: ^1.3.0
...@@ -35,7 +35,7 @@ dependencies: ...@@ -35,7 +35,7 @@ dependencies:
test: 0.12.13+1 test: 0.12.13+1
# Pinned in flutter_test as well. # Pinned in flutter_test as well.
analyzer: 0.27.4-alpha.1 analyzer: 0.27.4-alpha.6
dev_dependencies: dev_dependencies:
mockito: ^0.11.0 mockito: ^0.11.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment