Skip to content

Commit 32c21e7

Browse files
committed
ignore_for_file: curly_braces_in_flow_control_structures
1 parent a2868f9 commit 32c21e7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ linter:
5656
always_use_package_imports: false
5757
prefer_final_locals: false
5858
avoid_escaping_inner_quotes: false
59-
curly_braces_in_flow_control_structures: false
6059

6160
# Enabled
61+
curly_braces_in_flow_control_structures: true
6262
use_named_constants: true
6363
unnecessary_constructor_name: true
6464
sort_constructors_first: true

lib/src/collisions/quadtree.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// ignore_for_file: avoid_equals_and_hash_code_on_mutable_classes
2+
// ignore_for_file: curly_braces_in_flow_control_structures
23

34
import 'dart:collection';
45
import 'dart:typed_data';

test/benchmark/quadtree_benchmark_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore_for_file: curly_braces_in_flow_control_structures
2+
13
import 'dart:collection';
24
import 'dart:ui' as ui;
35

0 commit comments

Comments
 (0)