chore: keep lint compatible with existing Flutter infos

This commit is contained in:
toki 2026-05-21 13:41:05 +09:00
parent 428933a3d0
commit 75d9776fc5

View file

@ -21,7 +21,7 @@ fi
if [ -f "$root/apps/mobile/pubspec.yaml" ]; then
if command -v flutter >/dev/null 2>&1; then
(cd "$root/apps/mobile" && flutter analyze)
(cd "$root/apps/mobile" && flutter analyze --no-fatal-infos)
else
echo "skip apps/mobile: flutter not found"
fi