Skip to content

Commit

Permalink
fix hack
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Nov 4, 2022
1 parent e7c58b1 commit 06a61a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ cd "$SCRIPT_DIR"
"$SRC_DIR/flutter/tools/clang_tidy/bin/main.dart" \
--src-dir="$SRC_DIR" \
--mac-host-warnings-as-errors="$MAC_HOST_WARNINGS_AS_ERRORS" \
--shard-variants="ios_debug"
--shard-id=0
--shard-variants="ios_debug" \
--shard-id=0 \
"$@"

echo "$(date +%T) Running pylint"
Expand Down

0 comments on commit 06a61a6

Please sign in to comment.