fabf3efda4
Change-Id: I8055552313786814bde6f66214a013a8bedb2078 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/177500 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
22 lines
677 B
YAML
22 lines
677 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:
|
|
exclude:
|
|
- parser_testcases/**
|
|
- test/analyser_ignored/**
|
|
- test/class_hierarchy/data/**
|
|
- test/enable_non_nullable/data/**
|
|
- test/extensions/data/**
|
|
- test/id_testing/data/**
|
|
- test/language_versioning/data/**
|
|
- test/patching/data/**
|
|
- test/predicates/data/**
|
|
- test/static_types/data/**
|
|
- test/text_representation/data/**
|
|
- testcases/**
|
|
errors:
|
|
# Allow having TODOs in the code
|
|
todo: ignore
|