turn on curly_braces_in_flow_control_structures for develop-facing code (#105113)

This commit is contained in:
Pierre-Louis
2022-06-02 09:25:40 +00:00
committed by GitHub
parent 3c6719baf5
commit 15aa3bfda3
9 changed files with 16 additions and 7 deletions

View File

@@ -98,7 +98,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
# - curly_braces_in_flow_control_structures # not required by flutter style, but developer-facing code should have this on
- depend_on_referenced_packages
- deprecated_consistency
# - diagnostic_describe_all_properties # enabled only at the framework level (packages/flutter/lib)