c65ce1f82e
Issue: https://github.com/dart-lang/sdk/issues/61635 Change-Id: If45f0d5e8b10a7927fb4e783efd2c8e90a763af6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/465361 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Slava Egorov <vegorov@google.com>
11 lines
337 B
YAML
11 lines
337 B
YAML
# Copyright (c) 2025, 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/core.yaml
|
|
|
|
linter:
|
|
rules:
|
|
- omit_obvious_local_variable_types
|
|
- type_annotate_public_apis
|