4692937341
Change-Id: I946ba3461ca2ff897cf4c1071b3aa356bf835535 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368102 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
23 lines
879 B
YAML
23 lines
879 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:
|
|
# Allow having TODOs in the code
|
|
todo: ignore
|
|
exclude:
|
|
- test/constants/data/**
|
|
- test/constants/data_2/**
|
|
- test/exhaustiveness/data/**
|
|
- test/flow_analysis/assigned_variables/data/**
|
|
- test/flow_analysis/definite_assignment/data/**
|
|
- test/flow_analysis/definite_unassignment/data/**
|
|
- test/flow_analysis/nullability/data/**
|
|
- test/flow_analysis/reachability/data/**
|
|
- test/flow_analysis/type_promotion/data/**
|
|
- test/flow_analysis/why_not_promoted/data/**
|
|
- test/inference/inferred_type_arguments/data/**
|
|
- test/inference/inferred_variable_types/data/**
|
|
- test/inheritance/data/**
|