3154bb0d37
Change-Id: I3fa03de568f72bfc3adb46efcfa2b61b781c706b Reviewed-on: https://dart-review.googlesource.com/c/89020 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com>
14 lines
429 B
YAML
14 lines
429 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 from within the same package
|
|
deprecated_member_use_from_same_package: ignore
|