dart-sdk/pkg/compiler/analysis_options.yaml
Sam Rawlins abb286e012 compiler: Remove unnecessary exclusion in analysis options
Change-Id: Idc8df59d395403183ab5da11bcb1894bcfc0d8bc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/222381
Auto-Submit: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
2021-12-09 17:25:29 +00:00

17 lines
495 B
YAML

# 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
linter:
rules:
- annotate_overrides
- prefer_final_fields
- prefer_if_null_operators
- prefer_null_aware_operators