Unverified Commit 62ea62a7 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Remove enableAssertInitializer from analysis options as it's not needed in Dart 2 (#14042)

parent aad36ab7
......@@ -26,7 +26,6 @@ analyzer:
language:
enableStrictCallChecks: true
enableSuperMixins: true
enableAssertInitializer: true
strong-mode:
implicit-dynamic: false
errors:
......
......@@ -23,7 +23,6 @@ analyzer:
language:
enableStrictCallChecks: true
enableSuperMixins: true
enableAssertInitializer: true
strong-mode: true
errors:
# treat missing required parameters as a warning (not a hint)
......
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