dart-sdk/pkg/front_end/analysis_options_no_lints.yaml
Johnni Winther 9ff6a58790 [cfe] Add initial support for macro precompilation in incremental compiler
Change-Id: I340694cb6aac2ac8305f71caf7897eef09ebfa5b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/235460
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2022-03-09 22:14:05 +00:00

26 lines
829 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:
- outline_extraction_testcases/**
- 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/macros/application/data/**
- test/macros/declaration/data/**
- test/macros/incremental/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