We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5909d7b commit c48b2e2Copy full SHA for c48b2e2
tool/flutter_site/lib/src/commands/format_dart.dart
@@ -37,7 +37,8 @@ int formatDart({bool justCheck = false}) {
37
// Currently format all Dart files in the /tool directory
38
// and everything in /examples.
39
final directoriesToFormat = [
40
- 'tool',
+ /// flutter.cn 只检查 tool/flutter_site
41
+ 'tool/flutter_site',
42
...Directory('examples')
43
.listSync()
44
.whereType<Directory>()
0 commit comments