Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2f7654b

Browse files
committed
++
1 parent a60149f commit 2f7654b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/bin/format.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ class DartFormatChecker extends FormatChecker {
845845
continue;
846846
}
847847
for (final Directory subdir in dir.listSync(recursive: true).whereType<Directory>().where((Directory dir) => path.basename(dir.path) == '.dart_tool')) {
848-
if (subdir.path.contains('third_party')) {
848+
if (subdir.path.contains('third_party') || subdir.path.contains('impeller/tessellator/dart') || subdir.path.contains('tools') || subdir.path.contains('shell/vmservice') || subdir.path.contains('ci') || subdir.path.contains('testing') || subdir.path.contains('flutter_frontend_server')) {
849849
continue;
850850
}
851851
print('Deleting ${subdir.path}');

0 commit comments

Comments
 (0)