blob: e714a827bebf6413b7d9139738e3ffa94bb49ad4 [file]
# 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:
exclude: [build/**, examples/**]
language:
strict-raw-types: true
strict-inference: true
linter:
rules:
- prefer_final_locals
- prefer_const_declarations