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