17e12879fc
TEST=pkg/vm/test/transformations/dynamic_interface_annotator_test.dart Change-Id: Ib620a98b19067c51d913b499274bfed9aaa576f4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/370065 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
14 lines
426 B
YAML
14 lines
426 B
YAML
# 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 file.
|
|
|
|
analyzer:
|
|
errors:
|
|
sdk_version_since: ignore
|
|
exclude:
|
|
- deferred_loading/**
|
|
- dynamic_interface_annotator/**
|
|
- to_string_transformer/**
|
|
- type_flow/**
|
|
- unreachable_code_elimination/**
|