d53b034a64
Change-Id: If7921d5cfc3dd2af79699f9905d7f3b106254cd0 Reviewed-on: https://dart-review.googlesource.com/c/81722 Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
15 lines
486 B
YAML
15 lines
486 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
|
|
|
|
# Allow deprecated calls (although it would be nice to have a distinction
|
|
# between internal and external deprecated calls).
|
|
deprecated_member_use: ignore
|