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