Files
sdk/pkg/native_compiler/analysis_options.yaml
T
Alexander Markov c65ce1f82e Enable omit_obvious_local_variable_types lint for pkg/cfg and pkg/native_compiler
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>
2025-12-02 06:24:49 -08:00

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