| # 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: |
| errors: |
| todo: ignore |
| exclude: [build/**, example/**] |
| language: |
| strict-casts: true |
| strict-inference: true |
| strict-raw-types: true |
| |
| linter: |
| rules: |
| dangling_library_doc_comments: true |
| prefer_final_locals: true |
| prefer_const_declarations: true |