We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c6a87 commit 0d53794Copy full SHA for 0d53794
1 file changed
ci/lint.sh
@@ -41,6 +41,10 @@ if [ ! -f "$COMPILE_COMMANDS" ]; then
41
(cd "$SRC_DIR"; ./flutter/tools/gn)
42
fi
43
44
+
45
+cd $SRC_DIR
46
+flutter/tools/gn --ios
47
48
echo "$(date +%T) Running clang_tidy"
49
50
cd "$SCRIPT_DIR"
@@ -49,6 +53,8 @@ cd "$SCRIPT_DIR"
53
"$SRC_DIR/flutter/tools/clang_tidy/bin/main.dart" \
54
--src-dir="$SRC_DIR" \
51
55
--mac-host-warnings-as-errors="$MAC_HOST_WARNINGS_AS_ERRORS" \
56
+ --shard-variants="ios_debug" \
57
+ --shard-id=0 \
52
58
"$@"
59
60
echo "$(date +%T) Running pylint"
0 commit comments