blob: 54623dc106b7f13ddc474dd44ddbc9ae1fb3795d [file] [log] [blame]
# 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:
errors:
todo: ignore
exclude: [build/**, example/**]
language:
strict-raw-types: true
strict-inference: true
linter:
rules:
- dangling_library_doc_comments
- prefer_final_locals
- prefer_const_declarations
- unawaited_futures
- prefer_const_constructors
- prefer_relative_imports