analysis: Use curly_braces_in_flow_control_structures

One step closer to using dart:pedantic
This commit is contained in:
Vishesh Handa
2020-01-26 03:01:03 +01:00
parent 44781733f8
commit 0da1a0783c
2 changed files with 12 additions and 7 deletions

View File

@ -99,6 +99,7 @@ linter:
- prefer_void_to_null
# - recursive_getters # https://github.com/dart-lang/linter/issues/452
- slash_for_doc_comments
- curly_braces_in_flow_control_structures
# - sort_constructors_first
# - sort_unnamed_constructors_first
# - type_annotate_public_apis # subset of always_specify_types