e4c552fb48
We already have an analyzer test in CFE, but because that test also includes for instance everything that imports the front_end, kernel or testing, we had to disable lints in that one. This CL adds an analyzer test for CFE sorces onlyi where lints are enabled. Change-Id: Ic58c8c6e92f4a7962bbf5489a37f2bf95a5c095b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/114067 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Jens Johansen <jensj@google.com>
24 lines
706 B
JSON
24 lines
706 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": "../../.packages",
|
|
"analyze": {
|
|
"options": "analysis_options.yaml",
|
|
"uris": [
|
|
"lib/"
|
|
],
|
|
|
|
"exclude": [
|
|
"test/extensions/data/",
|
|
"test/id_testing/data/",
|
|
"test/language_versioning/data/",
|
|
"test/flow_analysis/definite_assignment/data/",
|
|
"test/flow_analysis/nullability/data/",
|
|
"test/flow_analysis/reachability/data/",
|
|
"test/flow_analysis/type_promotion/data/"
|
|
]
|
|
}
|
|
}
|