blob: 06af095b2b0304df8f5d7d834e6c798acf247237 [file]
# Copyright (c) 2020, 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:
exclude:
- 'test/**_expected*'
language:
strict-casts: true
strict-inference: true
linter:
rules:
# Enabled.
directives_ordering: true
prefer_final_locals: true
prefer_final_in_for_each: true
# Disabled.
constant_identifier_names: false