From 75d9776fc546a2e6374c9050bf13faa519fddfab Mon Sep 17 00:00:00 2001 From: toki Date: Thu, 21 May 2026 13:41:05 +0900 Subject: [PATCH] chore: keep lint compatible with existing Flutter infos --- bin/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lint b/bin/lint index 33f6fe3..f0a6f82 100755 --- a/bin/lint +++ b/bin/lint @@ -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