96d3efcf48
This directory contains test data that isn't expected to analyze cleanly. Change-Id: I130db36badad76655546de7acf8f4382c54433e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168720 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
19 lines
689 B
YAML
19 lines
689 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/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/inheritance/data/**
|