# 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 |