Skip to content

Commit c48b2e2

Browse files
committed
Sync: 2025/02/13
1 parent 5909d7b commit c48b2e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/flutter_site/lib/src/commands/format_dart.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ int formatDart({bool justCheck = false}) {
3737
// Currently format all Dart files in the /tool directory
3838
// and everything in /examples.
3939
final directoriesToFormat = [
40-
'tool',
40+
/// flutter.cn 只检查 tool/flutter_site
41+
'tool/flutter_site',
4142
...Directory('examples')
4243
.listSync()
4344
.whereType<Directory>()

0 commit comments

Comments
 (0)