Files
sdk/pkg/front_end/testing_with_lints.json
T
Jens Johansen e4c552fb48 [CFE] Add test that runs analyzer on CFE source with lints
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>
2019-08-22 10:52:59 +00:00

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/"
]
}
}