mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
ec1fa84691
Change-Id: I1b559215cd8b55fca2b247d4279bef8b61f653b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243700 Reviewed-by: Stephen Adams <sra@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
18 lines
537 B
YAML
18 lines
537 B
YAML
# Copyright (c) 2022, 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:
|
|
implementation_imports: ignore
|
|
|
|
linter:
|
|
rules:
|
|
# Not enforced by the lints package at any version.
|
|
- always_declare_return_types
|
|
- depend_on_referenced_packages
|
|
- directives_ordering
|
|
- prefer_single_quotes
|
|
- prefer_relative_imports
|