Commit 7b8705f5 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Update analysis options (#8203)

Fixes #7166

Also cleans up from an aborted attempt at #5793
parent 7138541d
......@@ -47,6 +47,7 @@ linter:
# === error rules ===
- avoid_empty_else
- avoid_slow_async_io
# - comment_references # blocked on https://github.com/dart-lang/dartdoc/issues/1153
- cancel_subscriptions
# - close_sinks # https://github.com/flutter/flutter/issues/5789
......@@ -91,7 +92,6 @@ linter:
- super_goes_last
# - type_annotate_public_apis # subset of always_specify_types
- type_init_formals
# - unawaited_futures # https://github.com/flutter/flutter/issues/5793
- unnecessary_brace_in_string_interp
- unnecessary_getters_setters
......
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