ac30ab12ab
Cleanup violations of: * `prefer_iterable_whereType` * `unnecessary_const` * `unnecessary_new` Ignore violations in lib/src/js_ast to avoid additional diffs when un-forking. Change-Id: I7333903422bbf635cd0dea82116372f305f679d8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108182 Auto-Submit: Nicholas Shahan <nshahan@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com>
19 lines
319 B
YAML
19 lines
319 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
|