Unify analysis options (#108462)

This commit is contained in:
Michael Goderbauer
2022-07-28 09:07:49 -07:00
committed by GitHub
parent 8a8ed75d3e
commit 10a7c9ba22
138 changed files with 1155 additions and 607 deletions

View File

@@ -99,7 +99,7 @@ linter:
# - conditional_uri_does_not_exist # not yet tested
# - constant_identifier_names # needs an opt-out https://github.com/dart-lang/linter/issues/204
- control_flow_in_finally
# - curly_braces_in_flow_control_structures # not required by flutter style, but developer-facing code should have this on
- curly_braces_in_flow_control_structures
- depend_on_referenced_packages
- deprecated_consistency
# - diagnostic_describe_all_properties # enabled only at the framework level (packages/flutter/lib)