Commit f270c3d0 authored by pq's avatar pq

Migrate `enable-strict-call-checks` flag to options file.

As per https://github.com/dart-lang/sdk/issues/25723, moves last command-line flag to `.analysis_options`.
parent 9b2d2ad9
......@@ -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