Skip to content

Commit 5236641

Browse files
munificentCommit Queue
authored andcommitted
Re-enable the dart format presubmit check.
Change-Id: I3048d5db2c66f26da535236cc1aa52f1f55125cc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399887 Reviewed-by: Alexander Thomas <[email protected]> Auto-Submit: Bob Nystrom <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent 955e351 commit 5236641

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

PRESUBMIT.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,12 +532,7 @@ def _CheckDevCompilerSync(input_api, output_api):
532532
def _CommonChecks(input_api, output_api):
533533
results = []
534534
results.extend(_CheckValidHostsInDEPS(input_api, output_api))
535-
536-
# TODO(rnystrom): Temporarily disabling dart format checking while
537-
# migrating to the new formatting style.
538-
# See: https://github.com/dart-lang/sdk/issues/56688
539-
# results.extend(_CheckDartFormat(input_api, output_api))
540-
535+
results.extend(_CheckDartFormat(input_api, output_api))
541536
results.extend(_CheckStatusFiles(input_api, output_api))
542537
results.extend(_CheckLayering(input_api, output_api))
543538
results.extend(_CheckClangTidy(input_api, output_api))

0 commit comments

Comments
 (0)