blob: f832119697f08708a6a85d6d8c16008bc9e33cb3 [file] [log] [blame] [edit]
# Copyright (c) 2017, 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.
analyzer:
errors:
todo: ignore
# Allow deprecated calls from within the same package
deprecated_member_use_from_same_package: ignore
illegal_language_version_override: ignore
language:
strict-inference: true
strict-raw-types: true
include: package:lints/recommended.yaml
linter:
rules:
- always_declare_return_types
- avoid_dynamic_calls
- no_default_cases
- unnecessary_ignore
- unnecessary_statements
- use_null_aware_elements