Commit 325354f6 authored by Devon Carew's avatar Devon Carew

add a temporary .analysis_options for flutter_tools (#3376)

parent 246a2cb0
# A temporary file to do some validation in the flutter_tools project. This will
# go away once we unify `flutter analyze` and analysis server based products.
analyzer:
language:
enableStrictCallChecks: true
enableSuperMixins: true
errors:
todo: ignore
linter:
rules:
- avoid_empty_else
- always_declare_return_types
- always_specify_types
- annotate_overrides
- sort_unnamed_constructors_first
- 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