We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c58b1 commit 06a61a6Copy full SHA for 06a61a6
1 file changed
ci/lint.sh
@@ -53,8 +53,8 @@ cd "$SCRIPT_DIR"
53
"$SRC_DIR/flutter/tools/clang_tidy/bin/main.dart" \
54
--src-dir="$SRC_DIR" \
55
--mac-host-warnings-as-errors="$MAC_HOST_WARNINGS_AS_ERRORS" \
56
- --shard-variants="ios_debug"
57
- --shard-id=0
+ --shard-variants="ios_debug" \
+ --shard-id=0 \
58
"$@"
59
60
echo "$(date +%T) Running pylint"
0 commit comments