blob: 002a2c49a0e726465ea2b1d57b7c1c31a1ea0886 [file] [log] [blame]
# 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:
strong-mode:
implicit-casts: false
implicit-dynamic: false
linter:
rules:
# Enabled.
directives_ordering: true
prefer_final_locals: true
prefer_final_in_for_each: true
# Disabled.
constant_identifier_names: false