2d82fb42ce
Change-Id: I7e7b18d90ae8518c700607ec383c73a0eda5a299 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/130726 Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com> Auto-Submit: Nate Bosch <nbosch@google.com>
23 lines
460 B
YAML
23 lines
460 B
YAML
include: package:pedantic/analysis_options.1.8.0.yaml
|
|
|
|
analyzer:
|
|
strong-mode:
|
|
implicit-casts: false
|
|
errors:
|
|
todo: ignore
|
|
exclude:
|
|
- doc/api/**
|
|
- gen/**
|
|
- node_modules/**
|
|
- test/codegen/**
|
|
- test/samples/**
|
|
- test/transformer/hello_app/**
|
|
|
|
linter:
|
|
rules:
|
|
- annotate_overrides
|
|
- prefer_conditional_assignment
|
|
- prefer_null_aware_operators
|
|
- prefer_single_quotes
|
|
- prefer_typing_uninitialized_variables
|