mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
f9c68a5679
Most of these arguments are flowing through to a `--packages` argument which allows passing the `package_config.json` file. In the long term we should remove the `.packages` file entirely. TEST=None, the change should have no visible impact. Change-Id: I60a8b175d5e217a85588bbcb91cc5095514066b4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211503 Auto-Submit: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
23 lines
665 B
JSON
23 lines
665 B
JSON
{
|
|
"ignored_1":"Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file",
|
|
"ignored_2":"for details. All rights reserved. Use of this source code is governed by a",
|
|
"ignored_3":"BSD-style license that can be found in the LICENSE.md file.",
|
|
|
|
"packages": "../../.dart_tool/package_config.json",
|
|
"analyze": {
|
|
"options": "analysis_options.yaml",
|
|
"uris": [
|
|
"lib/"
|
|
],
|
|
|
|
"exclude": [
|
|
"test/analyser_ignored/",
|
|
"test/extensions/data/",
|
|
"test/id_testing/data/",
|
|
"test/language_versioning/data/",
|
|
"test/patching/data/",
|
|
"test/static_types/data/",
|
|
"test/text_representation/data/"
|
|
]
|
|
}
|
|
}
|