dart-sdk/pkg/analyzer_cli/analysis_options.yaml
Devon Carew 40cc975932 Increase the severity of the unused_import hint (to a warning).
Change-Id: Ie65eb7e9c0f48c54a1c537e821c88a5ea8451266
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/119101
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2019-09-27 02:10:22 +00:00

17 lines
357 B
YAML

analyzer:
strong-mode:
implicit-casts: false
errors:
# Increase the severity of the unused_import hint.
unused_import: warning
exclude:
- test/data/**
linter:
rules:
#- annotate_overrides
- empty_constructor_bodies
- empty_statements
#- unawaited_futures
- unnecessary_brace_in_string_interps
- valid_regexps