828e6032b3
Use package:lints/recommended.yaml for pkg/testing. Change-Id: I15aedcc4c82447a9d033b575adae745eb138f6f5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/363484 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Nate Bosch <nbosch@google.com>
19 lines
484 B
YAML
19 lines
484 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.
|
|
|
|
include: package:lints/recommended.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
# Allow having TODOs in the code
|
|
todo: ignore
|
|
|
|
linter:
|
|
rules:
|
|
- always_declare_return_types
|
|
- avoid_void_async
|
|
- lines_longer_than_80_chars
|
|
- package_api_docs
|
|
- unawaited_futures
|