| OLD | NEW |
| 1 { | 1 { |
| 2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2017, 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 "analyze": { | 8 "analyze": { |
| 9 | 9 |
| 10 "uris": [ | 10 "uris": [ |
| 11 "tool" | 11 "tool" |
| 12 ], | 12 ], |
| 13 | 13 |
| 14 "exclude": [ | 14 "exclude": [ |
| 15 "/pkg/front_end", |
| 15 "/third_party/pkg/", | 16 "/third_party/pkg/", |
| 16 "/third_party/pkg_tested/" | 17 "/third_party/pkg_tested/" |
| 17 ] | 18 ] |
| 18 } | 19 } |
| 19 } | 20 } |
| OLD | NEW |