Commit 3f0aa820 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Added enableAssertInitializer: true to analysis_options_user.yaml (#9943)

parent bc390ef4
...@@ -23,6 +23,7 @@ analyzer: ...@@ -23,6 +23,7 @@ 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