Files
sdk/pkg/analyzer_plugin/analysis_options.yaml
T
Brian Wilkerson 60f02dd2aa Re-enable the no-implicit-casts option
Change-Id: Id1a943971de703bd156410375211c70318ed7ca0
Reviewed-on: https://dart-review.googlesource.com/c/84361
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2018-11-14 16:40:03 +00:00

13 lines
261 B
YAML

analyzer:
strong-mode:
implicit-casts: false
linter:
rules:
- annotate_overrides
- empty_constructor_bodies
- empty_statements
#- prefer_single_quotes
- unawaited_futures
- unnecessary_brace_in_string_interps
- valid_regexps