Skip to content

Commit 9282dc5

Browse files
munificentCommit Queue
authored andcommitted
Update the pre-built SDK and re-enable the format presubmit.
Now that the new formatter has landed in the SDK, I can update the pre-built SDK to use it and turn the presubmit back on. Change-Id: I2ec47dfa2f26f39451b1bf071fdbeb963f19eeaa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424282 Commit-Queue: Alexander Thomas <[email protected]> Auto-Submit: Bob Nystrom <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent cc1383e commit 9282dc5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ vars = {
5050
# Checked-in SDK version. The checked-in SDK is a Dart SDK distribution
5151
# in a cipd package used to run Dart scripts in the build and test
5252
# infrastructure, which is automatically built on the release commits.
53-
"sdk_tag": "git_revision:5a8921e0042c662ea2adbac35ea051dec20a5341",
53+
"sdk_tag": "git_revision:4bb26ad346b166d759773e01ffc8247893b9681e",
5454

5555
# co19 is a cipd package automatically generated for each co19 commit.
5656
# Use tests/co19/update.sh to update this hash.

PRESUBMIT.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ def load_source(modname, filename):
104104

105105

106106
def _CheckDartFormat(input_api, output_api):
107-
# TODO(rnystrom): Dart format presubmit checks are temporarily disabled
108-
# while rolling the new formatter into the SDK.
109-
return []
110-
111107
local_root = input_api.change.RepositoryRoot()
112108
utils = load_source('utils', os.path.join(local_root, 'tools', 'utils.py'))
113109

0 commit comments

Comments
 (0)