Skip to content

Commit 05f7941

Browse files
committed
disable formatting checks, because of version diffs
1 parent f36c0fd commit 05f7941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/travis.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ else
2424
echo "Skipping SDK docs, because GEN_SDK_DOCS is $GEN_SDK_DOCS"
2525
echo ""
2626

27-
$(dirname -- "$0")/ensure_dartfmt.sh
27+
# Turn this back on for dartdoc > 0.4.0
28+
#$(dirname -- "$0")/ensure_dartfmt.sh
2829

2930
# Verify that the libraries are error free.
3031
grind analyze

0 commit comments

Comments
 (0)