Commit 64a50071 authored by Phil Quitslund's avatar Phil Quitslund

Merge pull request #3252 from pq/cli_flags

Migrate `enable-strict-call-checks` flag to options file.
parents 9b2d2ad9 f270c3d0
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
analyzer: analyzer:
language: language:
enableStrictCallChecks: true
enableSuperMixins: true enableSuperMixins: true
strong-mode: true strong-mode: true
errors: errors:
......
...@@ -295,7 +295,6 @@ class AnalyzeCommand extends FlutterCommand { ...@@ -295,7 +295,6 @@ class AnalyzeCommand extends FlutterCommand {
sdkBinaryName('dartanalyzer'), sdkBinaryName('dartanalyzer'),
// do not set '--warnings', since that will include the entire Dart SDK // do not set '--warnings', since that will include the entire Dart SDK
'--ignore-unrecognized-flags', '--ignore-unrecognized-flags',
'--enable-strict-call-checks', //TODO(pq): migrate to options once supported (dart/sdk#25983)
'--enable_type_checks', '--enable_type_checks',
'--package-warnings', '--package-warnings',
'--fatal-warnings', '--fatal-warnings',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment