mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
ba662eb4b4
See patch 2 for failures coming from this new analysis option. Change-Id: I6bb10c2eb12431f6c503cc817a9c9bb45ba597a4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269800 Commit-Queue: Nate Biggs <natebiggs@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file",
|
|
"":"for details. All rights reserved. Use of this source code is governed by a",
|
|
"":"BSD-style license that can be found in the LICENSE.md file.",
|
|
|
|
"packages": "../../.dart_tool/package_config.json",
|
|
|
|
"analyze": {
|
|
"options": "analysis_options.yaml",
|
|
|
|
"uris": [
|
|
"."
|
|
],
|
|
|
|
"exclude": [
|
|
"^pkg/compiler/test/.*"
|
|
]
|
|
}
|
|
}
|