fix(ci): flutter analyze 忽略 warning/info,只在 error 时失败

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-05-24 23:20:02 +08:00
parent b69c23c88a
commit b057b67c9d
+1 -1
View File
@@ -14,7 +14,7 @@ cd ..
echo "==> test: flutter analyze" echo "==> test: flutter analyze"
cd client cd client
flutter analyze flutter analyze --no-fatal-infos --no-fatal-warnings
cd .. cd ..
echo "==> test: done" echo "==> test: done"