Analyze with fatal infos on both `stable` and `beta` (#962)

pull/979/head
Brett Morgan 3 years ago committed by GitHub
parent 9102cb4653
commit 5c063d2a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,11 +12,7 @@ function ci_projects () {
flutter pub get flutter pub get
# Run the analyzer to find any static analysis issues. # Run the analyzer to find any static analysis issues.
if [ "$channel" == 'stable' ]; then
dart analyze --fatal-infos dart analyze --fatal-infos
else
dart analyze
fi
# Run the formatter on all the dart files to make sure everything's linted. # Run the formatter on all the dart files to make sure everything's linted.
dart format --output none --set-exit-if-changed . dart format --output none --set-exit-if-changed .

Loading…
Cancel
Save