dart-sdk/pkg/analyzer_cli/analysis_options.yaml
Sam Rawlins 243ad54275 analyzer_cli: Depend on pedantic directly
Change-Id: Ia80d643f373fc88f204de7a4500b43862e19f617
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152705
Reviewed-by: Paul Berry <paulberry@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-06-26 20:37:55 +00:00

15 lines
310 B
YAML

include: package:pedantic/analysis_options.1.9.0.yaml
analyzer:
strong-mode:
implicit-casts: false
errors:
# Increase the severity of the unused_import hint.
unused_import: warning
exclude:
- test/data/**
linter:
rules:
- empty_statements
- unnecessary_brace_in_string_interps