Migration: Add an analysis_options.yaml file.

And disable implicit downcasts in the nnbd_migration package.

Change-Id: I00c95d709215a12c04e71ee5da1fb9c4af7b5d3c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111266
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Paul Berry 2019-07-30 13:40:07 +00:00 committed by commit-bot@chromium.org
parent 4932ee6d80
commit 55fb47e1de

View file

@ -0,0 +1,9 @@
analyzer:
strong-mode:
implicit-casts: false
linter:
rules:
- empty_constructor_bodies
- empty_statements
- unnecessary_brace_in_string_interps
- valid_regexps