fix(ci): flutter analyze 忽略 warning/info,只在 error 时失败
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user