From b5c2acad18b01f0ef8c695785fee51971a905a19 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Thu, 20 Aug 2020 18:09:01 -0700 Subject: [PATCH] Fix the format script so that it works with deleted files. --- ci/bin/format.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/bin/format.dart b/ci/bin/format.dart index 1f96409d4367a..1426edd54f97b 100644 --- a/ci/bin/format.dart +++ b/ci/bin/format.dart @@ -258,6 +258,7 @@ abstract class FormatChecker { 'diff', '-U0', '--no-color', + '--diff-filter=d', '--name-only', baseGitRef, '--',