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

Commit 06a61a6

Browse files
committed
fix hack
1 parent e7c58b1 commit 06a61a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ cd "$SCRIPT_DIR"
5353
"$SRC_DIR/flutter/tools/clang_tidy/bin/main.dart" \
5454
--src-dir="$SRC_DIR" \
5555
--mac-host-warnings-as-errors="$MAC_HOST_WARNINGS_AS_ERRORS" \
56-
--shard-variants="ios_debug"
57-
--shard-id=0
56+
--shard-variants="ios_debug" \
57+
--shard-id=0 \
5858
"$@"
5959

6060
echo "$(date +%T) Running pylint"

0 commit comments

Comments
 (0)