6f7f338328
Closes: https://github.com/dart-lang/sdk/issues/63374 Does not yet add sanitizer support for build hooks: https://github.com/dart-lang/native/issues/2497 Change-Id: I53763b94d03a9b759f226a2b45f723706a1e5934 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/504880 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
15 lines
229 B
YAML
15 lines
229 B
YAML
include: package:dart_flutter_team_lints/analysis_options.yaml
|
|
|
|
analyzer:
|
|
language:
|
|
strict-raw-types: true
|
|
|
|
linter:
|
|
rules:
|
|
- prefer_final_in_for_each
|
|
- prefer_final_locals
|
|
|
|
formatter:
|
|
trailing_commas: preserve
|
|
|