dart-sdk/pkg/front_end/analysis_options.yaml
Peter von der Ahé 52bd3d9159 Complain about use of deprecated members
Change-Id: I76a66cb143027bed83fe6df3c5f19c8a7879a4ca
Reviewed-on: https://dart-review.googlesource.com/c/91926
Commit-Queue: Peter von der Ahé <ahe@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2019-02-05 09:09:04 +00:00

11 lines
318 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:
- testcases/**
errors:
# Allow having TODOs in the code
todo: ignore