blob: 657e5b51531369fef0ebe549e6ae3f98b1abe042 [file] [log] [blame] [edit]
# 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:dart_flutter_team_lints/analysis_options.yaml
analyzer:
exclude: [build/**, example/**]
language:
strict-raw-types: true
linter:
rules:
prefer_final_locals: true
prefer_const_declarations: true