Merge pull request #3252 from pq/cli_flags

Migrate `enable-strict-call-checks` flag to options file.
This commit is contained in:
Phil Quitslund 2016-04-11 16:19:30 -07:00
commit 64a5007126
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
analyzer:
language:
enableStrictCallChecks: true
enableSuperMixins: true
strong-mode: true
errors:

View File

@ -295,7 +295,6 @@ class AnalyzeCommand extends FlutterCommand {
sdkBinaryName('dartanalyzer'),
// do not set '--warnings', since that will include the entire Dart SDK
'--ignore-unrecognized-flags',
'--enable-strict-call-checks', //TODO(pq): migrate to options once supported (dart/sdk#25983)
'--enable_type_checks',
'--package-warnings',
'--fatal-warnings',