Files
sdk/pkg/front_end/analysis_options.yaml
T
Peter von der Ahé ff70ea2fd5 Update analysis options
Change-Id: I40237c72d0fdb7ab8143dbb8236a3b7d58f63128
Reviewed-on: https://dart-review.googlesource.com/73881
Reviewed-by: Jens Johansen <jensj@google.com>
2018-09-07 09:10:37 +00:00

17 lines
527 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:
language:
enableSuperMixins: false
exclude:
- testcases/**
errors:
# Allow having TODOs in the code
todo: ignore
# Allow deprecated calls (although it would be nice to have a distinction
# between internal and external deprecated calls).
deprecated_member_use: ignore