ffc82e6f17
The lint is non-functional and will be deprecated soon. Bug: https://github.com/dart-lang/linter/issues/5107 Change-Id: I4d4b75a6c7978f584bef37351514391f55761c55 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389594 Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Auto-Submit: Parker Lougheed <parlough@gmail.com>
18 lines
461 B
YAML
18 lines
461 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
|
|
- unawaited_futures
|