chore: keep lint compatible with existing Flutter infos
This commit is contained in:
parent
428933a3d0
commit
75d9776fc5
1 changed files with 1 additions and 1 deletions
2
bin/lint
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue