28d697a6c1
Update the excludes in the test directory analysis options to match the files that were not updated to add override annotations. Update the excludes in `testing.json` to match the analysis options. With a consistent analysis options test config the diagnostics in editors will match what is enforced by the test. Also clean up the no longer required `enableSuperMixins` config. Change-Id: If0e23642c25e0b5c1aced6a5a8c8c05a6da538f8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/96836 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Nate Bosch <nbosch@google.com>
23 lines
571 B
JSON
23 lines
571 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": "../../.packages",
|
|
|
|
"analyze": {
|
|
"options": "analysis_options.yaml",
|
|
|
|
"uris": [
|
|
".",
|
|
"../../tests/compiler/dart2js/"
|
|
],
|
|
|
|
"exclude": [
|
|
"^tests/compiler/dart2js/.*/data/.*",
|
|
"^tests/compiler/dart2js/.*/model_data/.*",
|
|
"^tests/compiler/dart2js/deferred_loading/libs/.*"
|
|
]
|
|
}
|
|
}
|