dart-sdk/pkg/front_end/analysis_options_no_lints.yaml
Johnni Winther 6708394f03 [cfe] Add predicates to detect late lowered fields.
Needed for https://github.com/dart-lang/sdk/issues/41892

Change-Id: I049e76655cf62a5558c18319e80ab9702c7a3c22
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148321
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2020-05-19 08:55:20 +00:00

20 lines
603 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:
- test/analyser_ignored/**
- test/extensions/data/**
- parser_testcases/**
- testcases/**
- test/id_testing/data/**
- test/language_versioning/data/**
- test/patching/data/**
- test/predicates/data/**
- test/static_types/data/**
- test/text_representation/data/**
errors:
# Allow having TODOs in the code
todo: ignore