| OLD | NEW |
| 1 { | 1 { |
| 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", |
| 3 "":"for details. All rights reserved. Use of this source code is governed by a", | 3 "":"for details. All rights reserved. Use of this source code is governed by a", |
| 4 "":"BSD-style license that can be found in the LICENSE.md file.", | 4 "":"BSD-style license that can be found in the LICENSE.md file.", |
| 5 | 5 |
| 6 "packages": "../../.packages", | 6 "packages": "../../.packages", |
| 7 | 7 |
| 8 "suites": [ | 8 "suites": [ |
| 9 | 9 |
| 10 { | 10 { |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 } | 194 } |
| 195 ], | 195 ], |
| 196 | 196 |
| 197 "analyze": { | 197 "analyze": { |
| 198 | 198 |
| 199 "options": "analysis_options.yaml", | 199 "options": "analysis_options.yaml", |
| 200 | 200 |
| 201 "uris": [ | 201 "uris": [ |
| 202 "lib/", | 202 "lib/", |
| 203 "tool/", | 203 "tool/", |
| 204 "test/", |
| 204 "../kernel/lib/" | 205 "../kernel/lib/" |
| 205 ], | 206 ], |
| 206 | 207 |
| 207 "note": "Tests are included via git grep below.", | |
| 208 | |
| 209 "git grep": { | 208 "git grep": { |
| 210 "pathspecs": [ "*.dart" ], | 209 "pathspecs": [ "*.dart" ], |
| 211 "patterns": [ | 210 "patterns": [ |
| 212 "package:front_end/", | 211 "package:front_end/", |
| 213 "package:kernel/" | 212 "package:kernel/" |
| 214 ] | 213 ] |
| 215 }, | 214 }, |
| 216 | 215 |
| 217 "exclude": [ | 216 "exclude": [ |
| 218 "^pkg/analysis_server/lib/src/analysis_server\\.dart" | 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart" |
| 219 ] | 218 ] |
| 220 } | 219 } |
| 221 } | 220 } |
| OLD | NEW |