Skip to content

Commit cf2e985

Browse files
committed
chore: enable prefer_const_constructors in analysis_options.yaml
1 parent f28b11d commit cf2e985

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
include: package:flutter_lints/flutter.yaml
2+
linter:
3+
rules:
4+
prefer_const_constructors: true

0 commit comments

Comments
 (0)