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 @@
analyzer:
language:
enableStrictCallChecks: true
enableSuperMixins: true
strong-mode: true
errors:
......
......@@ -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',
......
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