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

This commit is contained in:
Michael Thomsen 2018-01-11 16:52:34 +01:00 committed by GitHub
parent aad36ab7dd
commit 62ea62a729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ analyzer:
language:
enableStrictCallChecks: true
enableSuperMixins: true
enableAssertInitializer: true
strong-mode:
implicit-dynamic: false
errors:

View File

@ -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)