fix(ci): flutter analyze 忽略 warning/info,只在 error 时失败
Deploy / deploy (push) Successful in 1m16s

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 626efa9c34
+1 -1
View File
@@ -14,7 +14,7 @@ cd ..
echo "==> test: flutter analyze"
cd client
flutter analyze
flutter analyze --no-fatal-infos --no-fatal-warnings
cd ..
echo "==> test: done"