ffb044e4f0
Ignore slash_for_doc_comments in lib/src/js_ast to avoid additional diffs when potentially un-forking in the future. Fixes: #37218 Change-Id: If5c5bacf2d77fbae432217ba6031a6a8fa5dfcd8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106580 Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Nate Bosch <nbosch@google.com>
19 lines
319 B
YAML
19 lines
319 B
YAML
include: package:pedantic/analysis_options.1.7.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
|